awesome-cordova-plugins/tsconfig.json

24 lines
477 B
JSON
Raw Normal View History

2015-11-24 16:37:29 -08:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"noImplicitAny": false,
"rootDir": ".",
2015-11-30 12:34:54 -06:00
"sourceMap": true,
2016-02-05 19:21:54 -06:00
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
2015-11-24 16:37:29 -08:00
},
2016-03-10 15:51:27 -06:00
"filesGlob": [
"**/*.ts"
2015-11-25 11:44:58 -06:00
],
2016-03-10 15:51:27 -06:00
"exclude": [
"node_modules"
2015-11-25 11:44:58 -06:00
],
2016-02-05 17:23:09 -06:00
"compileOnSave": false,
"buildOnSave": false,
2015-11-25 11:44:58 -06:00
"atom": {
2016-03-10 15:51:27 -06:00
"rewriteTsconfig": false
2015-11-25 11:44:58 -06:00
}
}