mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-30 02:59:49 -04:00
22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"filesGlob": [
|
|
"**/*.ts",
|
|
"!node_modules/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"typings/global",
|
|
"typings/global.d.ts"
|
|
],
|
|
"compileOnSave": false,
|
|
"atom": {
|
|
"rewriteTsconfig": false
|
|
}
|
|
}
|