ionic2-typescript-sidemenu/tsconfig.json

22 строки
370 B
JSON
Исходник Постоянная ссылка Обычный вид История

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"filesGlob": [
"**/*.ts",
"!node_modules/**/*"
],
"exclude": [
"node_modules",
2016-06-29 05:03:52 +03:00
"typings/global",
"typings/global.d.ts"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}