mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noEmitHelpers": true,
|
|
"noEmitOnError": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["es2018", "dom"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["src/*"],
|
|
"tns-core-modules/*": ["@nativescript/core/*"]
|
|
}
|
|
},
|
|
"exclude": ["e2e", "node_modules", "platforms"]
|
|
}
|