UNPKG

@varlet/cli

Version:
17 lines (16 loc) 403 B
{ "compilerOptions": { "strict": true, "downlevelIteration": true, "declaration": true, "skipLibCheck": true, "esModuleInterop": true, "allowJs": true, "lib": ["esnext", "dom"], "allowSyntheticDefaultImports": true, "jsxImportSource": "vue", "jsx": "preserve", "types": ["vitest/globals"] }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"] }