OpenAuth_views/tsconfig.json
2020-02-07 19:30:52 +01:00

13 lines
271 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"allowSyntheticDefaultImports": true
// "noImplicitAny": true,
// "removeComments": true,
// "preserveConstEnums": true,
// "sourceMap": true
},
"include": [
"build.ts"
]
}