typing-effect-element/tsconfig.json

13 строки
235 B
JSON
Исходник Обычный вид История

2021-04-09 03:57:50 +03:00
{
"compilerOptions": {
"module": "esnext",
"target": "es2017",
"lib": ["es2018", "dom"],
"strict": true,
"declaration": true,
"outDir": "dist",
"removeComments": true,
"preserveConstEnums": true
}
}