svelte-check

This commit is contained in:
Ota Prokopec 2023-03-15 18:31:20 +01:00
parent 20d1807ab1
commit a497dc80e5
1 changed files with 48 additions and 46 deletions

View File

@ -7,6 +7,7 @@
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
"appwrite": "docker compose -f ./appwrite/docker-compose.yml up"
},
"devDependencies": {
@ -41,6 +42,7 @@
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^2.10.0",
"svelte-appwrite-client": "^0.2.3",
"svelte-check": "^3.1.4",
"svelte-i18n": "^3.6.0",
"svelte-routing": "^1.6.0",
"yallist": "^4.0.0"