mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"allowNonTsExtensions": true,
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"isolatedModules": true,
|
|
"noEmitOnError": false,
|
|
"rootDir": ".",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"compileOnSave": false
|
|
}
|