/
githubmirror
/
redux
Обзор
Документация
Войти
/
githubmirror
/
redux
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tsconfig.base.json
28 строк
814 B
Ben Durrant
add node to types field
30 окт 2025, 03:51
30 окт 2025, 03:51
86466f0
Код
Авторство
О чём код?
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "jsx": "react", "lib": ["DOM", "ESNext"], "module": "ESnext", "moduleResolution": "Node", "noErrorTruncation": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, "paths": { "@internal/*": ["./src/*"], "redux": ["./src/index.ts"] // @remap-prod-remove-line }, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "exactOptionalPropertyTypes": true, "target": "ESnext", "types": ["vitest/globals", "vitest/importMeta", "node"] }, "exclude": ["dist", "website", "docs", "examples"] }