/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/vue/tsconfig.json
27 строк
756 B
Christian Bromann
fix(vue): update Stencil Vue output target (#30159)
29 янв 2025, 19:31
Не верифицирован
29 янв 2025, 19:31
eb725fc
Код
Авторство
О чём код?
{ "compilerOptions": { "allowUnreachableCode": false, "allowSyntheticDefaultImports": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, "lib": ["dom", "es2020"], "module": "ES2020", "moduleResolution": "bundler", "noImplicitAny": true, "noImplicitReturns": false, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist", "declarationDir": "dist/types", "removeComments": false, "sourceMap": true, "jsx": "react", "target": "es2017" }, "include": ["src/**/*.ts", "src/**/*.tsx"], "exclude": ["./__tests__/**", "node_modules", "setupTests.ts"], "compileOnSave": false, "buildOnSave": false }