/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v16.3.0
examples/basic-css/tsconfig.json
32 строки
713 B
Luke Sandberg
[turbopack] Implement improved deobfuscation for free calls and module identifiers. (#85060)
21 окт 2025, 23:54
Не верифицирован
21 окт 2025, 23:54
e226233
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "incremental": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx", "plugins": [ { "name": "next" } ], "strictNullChecks": true, "target": "ES2017" }, "include": [ "next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx", ".next/dev/types/**/*.ts" ], "exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"] }