/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/tsconfig.json
36 строк
736 B
Julien Deniau
Fix import issue in eslint
30 май 2025, 16:30
30 май 2025, 16:30
e2e72cb
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "baseUrl": "src/", "paths": { "@/docs/*": ["../docs/*"], "@/*": ["./*"] }, "plugins": [ { "name": "next" } ] }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx", "src/**/*.js", ".next/types/**/*.ts" ], "exclude": ["node_modules"] }