/
trixden
/
prerender
Обзор
Документация
Войти
/
trixden
/
prerender
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.json
19 строк
369 B
Denis Karimov
Configure build
07 авг 2023, 02:59
07 авг 2023, 02:59
93ac3c8
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["es2021"], "module": "Node16", "target": "es2021", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "node16", "declaration": false, "sourceMap": false, "outDir": "./dist" }, "exclude": [ "./dist/**/*" ] }