/
githubmirror
/
ionic-framework
Обзор
Документация
Войти
/
githubmirror
/
ionic-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/vue-router/tsconfig.json
27 строк
763 B
Liam DeBeasi
chore(vue): bundle router with rollup (#22283)
09 окт 2020, 23:58
Не верифицирован
09 окт 2020, 23:58
16cf98f
Код
Авторство
О чём код?
{ "compilerOptions": { "allowUnreachableCode": false, "allowSyntheticDefaultImports": true, "declaration": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "esModuleInterop": true, "lib": ["dom", "es2020"], "module": "esnext", "moduleResolution": "node", "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true, "outDir": "dist-transpiled", "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 }