13 строки
235 B
JSON
13 строки
235 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"target": "es2017",
|
||
|
"lib": ["es2018", "dom"],
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "dist",
|
||
|
"removeComments": true,
|
||
|
"preserveConstEnums": true
|
||
|
}
|
||
|
}
|