OpenAuth_views/tsconfig.json

12 lines
228 B
JSON
Raw Normal View History

2019-08-06 15:08:07 +00:00
{
"compilerOptions": {
"module": "commonjs",
// "noImplicitAny": true,
// "removeComments": true,
// "preserveConstEnums": true,
// "sourceMap": true
},
"include": [
"build.ts"
]
}