/
shove_it
/
SiriusGame
Обзор
Документация
Войти
/
shove_it
/
SiriusGame
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.node.json
24 строки
593 B
Tr1pa
frontend without connection to back
02 июл 2025, 13:21
02 июл 2025, 13:21
112948a
Код
Авторство
О чём код?
{ "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", "target": "ES2023", "lib": ["ES2023"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "composite": true, "moduleResolution": "bundler", "verbatimModuleSyntax": true, "moduleDetection": "force", /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, "include": ["vite.config.ts"] }