11 lines
186 B
JSON
11 lines
186 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"lib": ["es2018", "dom"]
|
|
}
|
|
}
|