/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-router/tsconfig.json
30 строк
794 B
Liam DeBeasi
chore: packages do not explicitly run tsc (#28450)
06 ноя 2023, 22:23
Не верифицирован
06 ноя 2023, 22:23
dfafb27
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "allowUnreachableCode": false, "allowSyntheticDefaultImports": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, "lib": ["dom", "es2015"], "importHelpers": true, "module": "es2015", "moduleResolution": "node", "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "declarationDir": "dist/types", "removeComments": false, "inlineSources": true, "sourceMap": true, "jsx": "react", "target": "es2017" }, "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["**/__tests__/**"], "compileOnSave": false, "buildOnSave": false }