OpenAuth_views/tsconfig.json

13 lines
271 B
JSON
Raw Normal View History

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