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
}