Remove --no-tsconfig flag

This commit is contained in:
Adria Navarro 2024-11-26 11:50:54 +01:00
parent c609cc8ca7
commit cd18f418b1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"private": true, "private": true,
"scripts": { "scripts": {
"svelte-check": "svelte-check --no-tsconfig", "svelte-check": "svelte-check",
"build": "yarn svelte-check && routify -b && vite build --emptyOutDir", "build": "yarn svelte-check && routify -b && vite build --emptyOutDir",
"start": "routify -c rollup", "start": "routify -c rollup",
"dev": "routify -c dev:vite", "dev": "routify -c dev:vite",