/
Decoy
/
Test-task-stud-lab
Обзор
Документация
Войти
/
Decoy
/
Test-task-stud-lab
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
tsconfig.json
45 строк
959 B
Decoy
[+] done UI and CRUD functons
12 июн 2025, 01:09
12 июн 2025, 01:09
70a4560
Код
Авторство
О чём код?
{ "compilerOptions": { /* Base Options: */ "esModuleInterop": true, "skipLibCheck": true, "target": "es2022", "allowJs": true, "resolveJsonModule": true, "moduleDetection": "force", "isolatedModules": true, "verbatimModuleSyntax": true, /* Strictness */ "strict": true, "noUncheckedIndexedAccess": true, "checkJs": true, /* Bundled projects */ "lib": ["dom", "dom.iterable", "ES2022"], "noEmit": true, "module": "ESNext", "moduleResolution": "Bundler", "jsx": "preserve", "plugins": [{ "name": "next" }], "incremental": true, /* Path Aliases */ "baseUrl": ".", "paths": { "~/env": ["./env"], "~/public/*": ["./public/*"], "~/*": ["./src/*"], "@/*": ["./src/*"], } }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx", "**/*.cjs", "**/*.js", ".next/types/**/*.ts" ], "exclude": ["node_modules"] }