awesome-cordova-plugins/demo/tsconfig.json
Max Lynch 33b56579b0 Demo
2015-11-28 16:17:04 -06:00

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
}