2
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-02 15:23:01 +08:00
awesome-cordova-plugins/demo/tsconfig.json

15 lines
308 B
JSON
Raw Normal View History

2015-11-29 06:17:04 +08:00
{
"compilerOptions": {
"target": "ES5",
"allowNonTsExtensions": true,
"module": "commonjs",
"sourceMap": true,
"isolatedModules": true,
"noEmitOnError": false,
"rootDir": ".",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"compileOnSave": false
}