Files
Bolt/app/tsconfig.node.json
Kmc 1543d0711e app: refactor svelte build code to run tailwind with vite
refactors the rest of the build code to match a new skeleton project
adds an alias for ./src/lib as $lib, similar to sveltekit
2024-06-13 22:10:46 -04:00

11 lines
178 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true
},
"include": ["vite.config.ts"]
}