@leo-millenial/vite-vue-bex
Version:
A modern template for creating Chrome extensions using Vue 3, TypeScript, Vite, and UnoCSS
19 lines (18 loc) • 359 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["node"],
"strict": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": [
"vite.config.ts",
"vitest.config.ts",
"uno.config.ts"
]
}