mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
270 B
JSON
15 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2016"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"ios/objc-x86_64",
|
|
"node_modules",
|
|
"package"
|
|
]
|
|
} |