mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src", "test"]
|
|
}
|