UNPKG

dify-components

Version:

This is a modern component library template based on Turborepo+Vue 3.5+TypeScript.

19 lines (16 loc) 459 B
{ "extends": "@difylib/typescript-config/vite.json", "compilerOptions": { "skipLibCheck": true, "types": ["vite/client", "@difylib/ui/global.d.ts"], /* Bundler mode */ "moduleResolution": "bundler", "allowImportingTsExtensions": true, "isolatedModules": true, "jsx": "preserve", /* Linting */ "strict": true, "noFallthroughCasesInSwitch": true }, "include": ["**/*.ts", "**/*.d.ts", "**/*.tsx", "**/*.vue"] }