Files
svelte-headlessui/tsconfig.json
Ryan Gossiaux 782b3ee49c Upgrade kit from 1.0.0-next.202 to 1.0.0-next.299
annoyingly got stuck in dependency hell here because of breaking changes in vite-plugin-svelte
2023-06-14 18:36:11 -07:00

13 lines
280 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true,
"paths": {
"$lib":["src/lib"],
"$lib/*":["src/lib/*"],
"*": ["src/types/*"]
}
},
"include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.ts", "src/**/*.svelte"]
}