/
githubmirror
/
redux
Обзор
Документация
Войти
/
githubmirror
/
redux
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
website/tsconfig.json
23 строки
555 B
Ben Durrant
switch back to esnext modules
30 окт 2025, 04:16
30 окт 2025, 04:16
4704652
Код
Авторство
О чём код?
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "moduleResolution": "Bundler", "noUnusedLocals": false, "noUnusedParameters": false, "allowUnusedLabels": true, "skipLibCheck": true, "noEmitOnError": false, "jsx": "preserve", "strict": true, "removeComments": false, "module": "ESNext", "target": "ESNext", "allowJs": true, "checkJs": false, "alwaysStrict": false, "baseUrl": "..", "types": ["@testing-library/jest-dom"], "paths": {} } }