/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v8.8.16
packages/react/tsconfig.json
33 строки
808 B
Shane
feat(react): fixing support for react 19, adding test app for react 19 (#30217)
03 мар 2025, 19:50
Не верифицирован
03 мар 2025, 19:50
f4941f2
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "allowUnreachableCode": false, "allowSyntheticDefaultImports": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, "lib": [ "dom", "es2020", "dom.iterable" ], "importHelpers": true, "module": "esnext", "moduleResolution": "bundler", "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "declarationDir": "dist/types", "removeComments": false, "inlineSources": true, "sourceMap": true, "jsx": "react-jsx", "target": "es2020", }, "include": ["src/**/*.ts", "src/**/*.tsx"], "compileOnSave": false, "buildOnSave": false }