mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
296 B
JSON
14 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"types": ["jest", "node"],
|
|
"target": "ESNext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"include": ["./references.d.ts", "**/*.spec.ts"]
|
|
}
|