12 lines
228 B
JSON
12 lines
228 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
// "noImplicitAny": true,
|
||
|
// "removeComments": true,
|
||
|
// "preserveConstEnums": true,
|
||
|
// "sourceMap": true
|
||
|
},
|
||
|
"include": [
|
||
|
"build.ts"
|
||
|
]
|
||
|
}
|