diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 11:35:20 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-10-03 11:35:20 +0200 |
| commit | d04692ce4fce4c2085062e02d04d5be4ea37a07c (patch) | |
| tree | 09f68c3828bc81dd9ae66e99fb768f9711b01ef8 /apps/kit/tsconfig.json | |
| parent | eaf8f4b212e18e3c34ed4a4ac335fba8cd3a72ac (diff) | |
| download | greatoffice-d04692ce4fce4c2085062e02d04d5be4ea37a07c.tar.xz greatoffice-d04692ce4fce4c2085062e02d04d5be4ea37a07c.zip | |
refactor: Remove old stuff
Diffstat (limited to 'apps/kit/tsconfig.json')
| -rw-r--r-- | apps/kit/tsconfig.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/kit/tsconfig.json b/apps/kit/tsconfig.json index 5e89be1..d784754 100644 --- a/apps/kit/tsconfig.json +++ b/apps/kit/tsconfig.json @@ -19,16 +19,14 @@ "./src/lib/*" ], }, - "types": [ - "bun-types" - ] }, "include": [ "./**/*.d.ts", "./**/*.ts", "./**/*.js", - "./**/*.svelte" -, "tailwind.config.cjs" ], + "./**/*.svelte", + "tailwind.config.cjs" + ], "exclude": [ "./node_modules" ] |
