/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v15.5.23
examples/basic-css/tsconfig.json
26 строк
661 B
Benjamin Woodruff
refactor(napi): Implement napi traits for RcStr (#79806)
29 май 2025, 03:09
Не верифицирован
29 май 2025, 03:09
8fa42de
Код
Авторство
О чём код?
{ "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": "preserve", "plugins": [ { "name": "next" } ], "strictNullChecks": true, "target": "ES2017" }, "include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"] }