chore: remove bun-types

This commit is contained in:
C4illin 2025-08-07 23:32:42 +02:00 committed by Emrik Östling
parent 81f109f830
commit de10436c1a
4 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,6 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/index.tsx"],
"project": ["src/**/*.ts", "src/**/*.tsx", "src/main.css"],
"project": ["src/**/*.ts", "src/**/*.tsx"],
"tailwind": {
"entry": ["src/main.css"]
},