Skip to content

Commit

Permalink
check again
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Oct 26, 2024
1 parent 9b8bd1a commit e515b60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vite-plugin-kit-routes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"prepare": "svelte-kit sync",
"dev": "vite dev",
"build": "vite build && svelte-package && pnpm check && node ../../scripts/package.js",
"build": "vite build && svelte-package && rm -rf src/params/ab.d.ts && rm -rf src/test/*.d.ts && pnpm check && node ../../scripts/package.js",
"preview": "vite preview",
"package": "svelte-package && publint",
"check": "svelte-check --tsconfig ./tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-kit-routes/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"checkJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit e515b60

Please sign in to comment.