OpenAuth_views/tsconfig.json
2019-08-06 17:08:07 +02:00

12 lines
228 B
JSON

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