UNPKG

@drop-in/new

Version:

A SvelteKit Svelte 5 PocketBase Starter Kit with a CLI

14 lines (13 loc) 252 B
{ "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "module": "ES2022", "target": "ES2022", "moduleResolution": "node" }, "exclude": ["node_modules", "**/node_modules/*"], "include": ["**/*.js"] }