/
Sense
/
Crash_Game
Обзор
Документация
Войти
/
Sense
/
Crash_Game
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.json
23 строки
657 B
sergrek2002
Set up initial project structure with core game components
23 июн 2025, 23:30
23 июн 2025, 23:30
87e4894
Код
Авторство
О чём код?
{ "include": ["client/src/**/*", "shared/**/*", "server/**/*"], "exclude": ["node_modules", "build", "dist", "**/*.test.ts"], "compilerOptions": { "incremental": true, "tsBuildInfoFile": "./node_modules/typescript/tsbuildinfo", "noEmit": true, "module": "ESNext", "strict": true, "lib": ["esnext", "dom", "dom.iterable"], "jsx": "preserve", "esModuleInterop": true, "skipLibCheck": true, "allowImportingTsExtensions": true, "moduleResolution": "bundler", "baseUrl": ".", "types": ["node", "vite/client"], "paths": { "@/*": ["./client/src/*"], "@shared/*": ["./shared/*"] } } }