mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore: prepare and pack scripts * chore: update @types/node dep * chore: remove prepare-dist command from pack-dist
30 lines
730 B
JSON
30 lines
730 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": false,
|
|
"noEmitHelpers": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitUseStrict": true,
|
|
"removeComments": true,
|
|
"experimentalDecorators": true,
|
|
"diagnostics": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es6", "dom"
|
|
],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"tns-core-modules/*": ["tns-core-modules/*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"android-*.d.ts",
|
|
"android/android-*.d.ts",
|
|
"android/androidx-*.d.ts",
|
|
"ios/objc-x86_64",
|
|
"node_modules",
|
|
"package"
|
|
]
|
|
} |