mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
21 lines
331 B
JSON
21 lines
331 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"importHelpers": false,
|
|
"sourceMap": true,
|
|
"types": [
|
|
"mocha",
|
|
"chai",
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"es2015",
|
|
"dom"
|
|
],
|
|
"baseUrl": "."
|
|
}
|
|
}
|