/
weylin
/
WtDev
Обзор
Документация
Войти
/
weylin
/
WtDev
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
dev
tsconfig.json
14 строк
519 B
Weylin
Добавлен webpack
12 апр 2025, 21:56
12 апр 2025, 21:56
e4531c0
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "Node16", "target": "ES2022", "lib": ["ES2022"], "sourceMap": true, "rootDir": "src", "strict": true /* enable all strict type-checking options */, /* Additional Checks */ "noImplicitReturns": true /* Report error when not all code paths in function return a value. */, "noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */, "noUnusedParameters": true /* Report errors on unused parameters. */ } }