added src to tsconfig.json
Some checks failed
/ deploy (push) Failing after 1m5s

This commit is contained in:
lootboxer 2025-07-01 03:13:12 +03:00
parent 68f5aa29ab
commit febaa818f1
6 changed files with 14 additions and 7 deletions

View file

@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},