@varlet/cli
Version:
cli of varlet
17 lines (16 loc) • 403 B
JSON
{
"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"]
}