@drop-in/new
Version:
A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI
17 lines (16 loc) • 321 B
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"forceConsistentCasingInFileNames": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "Bundler",
"outDir": "./dist",
"strict": true,
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true
}
}