/
githubmirror
/
ChatGPT
Обзор
Документация
Войти
/
githubmirror
/
ChatGPT
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2-dev
tsconfig.json
36 строк
891 B
lencx
chore: main window
20 май 2024, 13:39
20 май 2024, 13:39
1475b0f
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "ESNext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "baseUrl": ".", "paths": { "~/*": ["src/*"], "~components/*": ["src/components/*"], "~view/*": ["src/view/*"], "~hooks/*": ["src/hooks/*"], "~utils/*": ["src/utils/*"], "~icons/*": ["src/icons/*"], "~layout/*": ["src/layout/*"] } }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] }