/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/next-formdata/tsconfig.json
37 строк
741 B
Alex / KATT
chore: rm `baseUrl` from all `tsconfig.json`s (#6381)
11 янв 2025, 01:44
Не верифицирован
11 янв 2025, 01:44
1b0b7d6
Код
Авторство
О чём код?
{ "compilerOptions": { /* Base Options: */ "skipLibCheck": true, "target": "es2022", "allowJs": true, "moduleDetection": "force", "isolatedModules": true, /* Strictness */ "strict": true, "checkJs": true, "allowImportingTsExtensions": true, /* Bundled projects */ "lib": ["dom", "dom.iterable", "ES2022"], "noEmit": true, "module": "Preserve", "moduleResolution": "bundler", "jsx": "preserve", "plugins": [{ "name": "next" }], "incremental": true, /* Path aliases */ "paths": { "~/*": ["./src/*"] } }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx", "*.js", ".next/types/**/*.ts" ], "exclude": ["node_modules"] }