UNPKG

@atomazing-org/vite-config

Version:

A library providing a vite configuration with including PWA and MF supports.

14 lines 296 B
{ "compilerOptions": { "composite": true, "skipLibCheck": true, "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true }, "include": [ "${configDir}/vite.config.ts", "${configDir}/manifest.ts", "${configDir}/workbox.config.ts" ] }