/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/docs/tsconfig.json
41 строка
893 B
Kael
fix(types): support noUncheckedSideEffectImports
30 мар 2026, 14:08
30 мар 2026, 14:08
2098fb1
Код
Авторство
О чём код?
{ "compilerOptions": { "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "incremental": false, "lib": [ "dom", "dom.iterable", "esnext" ], "module": "esnext", "moduleResolution": "bundler", "noUnusedLocals": true, "paths": { "@/*": ["./src/*"] }, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "strictNullChecks": true, "allowJs": true, "allowImportingTsExtensions": true, "target": "esnext", "types": [ "vite/client", "vite-plugin-pages/client", "vite-plugin-vue-layouts/client", "vite-plugin-pwa/client", "vue-router" ], "outDir": "./dist" }, "include": [ "build", "src", "./auto-imports.d.ts", "./components.d.ts", "../api-generator/src/shims.d.ts" ], "exclude": ["dist", "node_modules"], }