mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
19 lines
399 B
JSON
19 lines
399 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"noEmitHelpers": true,
|
|
"noEmitOnError": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["es2018", "dom"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "platforms"]
|
|
}
|