awesome-cordova-plugins/tsconfig.json

24 lines
477 B
JSON
Raw Normal View History

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