UNPKG

@django-vite/vite-plugin

Version:

Provide out-of-the-box configuration for django-vite hot reloading.

15 lines 331 B
{ "compilerOptions": { "target": "es2016", "module": "commonjs", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "skipLibCheck": true, "outDir": "dist", }, "include": [ "./src", "./index.ts" ] }