1
0
Fork 0

refactor: outsource tsconfig to its own package

This commit is contained in:
Vojtěch Mareš 2023-10-07 10:18:19 +02:00
parent 305b9efd20
commit ff0859433e
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
5 changed files with 56 additions and 33 deletions

View file

@ -38,6 +38,7 @@
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.0",
"tsconfig": "workspace:*",
"vite": "^4.3.9",
"vitest": "^0.31.0"
},