vite-plugin-entry-shaking-debugger
Version:
Debugger for vite-plugin-entry-shaking
13 lines (12 loc) • 314 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [".storybook/**/*.ts", ".storybook/**/*.vue", "src"],
"exclude": ["src/**/*.spec.ts"]
}