mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
21 lines
495 B
JSON
21 lines
495 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,
|
|
"jsx": "react",
|
|
"reactNamespace": "UIBuilder",
|
|
"lib": [
|
|
"es6", "dom"
|
|
]
|
|
}
|
|
}
|