Skip to content

Commit 0830b2e

Browse files
committed
update module resolution
1 parent 35c92cb commit 0830b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"predev": "npm run dev:backend -- --until-success",
2121
"clean": "rm -rf dist *.tsbuildinfo",
2222
"build": "tsc --project ./tsconfig.build.json",
23-
"typecheck": "tsc --noEmit && tsc -p example && tsc -p example/convex",
23+
"typecheck": "tsc --noEmit && tsc -p example/convex",
2424
"lint": "eslint .",
2525
"all": "run-p -r 'dev:*' 'test:watch'",
2626
"test": "vitest run --typecheck",

0 commit comments

Comments
 (0)