mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
21 lines
463 B
JSON
21 lines
463 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [ "es2017" ],
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"diagnostics": true,
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"demo"
|
|
]
|
|
}
|