16 lines
221 B
JSON
16 lines
221 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./build/",
|
||
|
"module": "none",
|
||
|
"sourceMap": true,
|
||
|
"target": "es3",
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2017",
|
||
|
"dom"
|
||
|
]
|
||
|
}
|
||
|
}
|