UNPKG

vite-plugin-entry-shaking-debugger

Version:
13 lines (12 loc) 314 B
{ "extends": "./tsconfig.json", "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true }, "include": [".storybook/**/*.ts", ".storybook/**/*.vue", "src"], "exclude": ["src/**/*.spec.ts"] }