mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-18 00:06:52 -04:00
refactors the rest of the build code to match a new skeleton project adds an alias for ./src/lib as $lib, similar to sveltekit
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|