Files
icebreaker-mobile/tsconfig.json
Fergal Moran 6ff626a3d8 Initial Commit
2016-08-02 20:51:10 +01:00

21 lines
365 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"filesGlob": [
"**/*.ts",
"!node_modules/**/*"
],
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}