18 lines
No EOL
336 B
JSON
18 lines
No EOL
336 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"noImplicitAny": true,
|
|
"outFile": "./build/build.js",
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"dom",
|
|
"es5",
|
|
"scripthost"
|
|
]
|
|
}
|
|
} |