forked from OpenServer/OpenAuth_views
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"allowSyntheticDefaultImports": true
|
|
// "noImplicitAny": true,
|
|
// "removeComments": true,
|
|
// "preserveConstEnums": true,
|
|
// "sourceMap": true
|
|
},
|
|
"include": [
|
|
"build.ts"
|
|
]
|
|
} |