hydro-js-integrations
Version:
Integrations for Vite and Astro and more TBC
16 lines (15 loc) • 346 B
JSON
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ESNext"],
"declaration": true,
"outDir": "./dist/",
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"]
}