Skip to content

Commit

Permalink
fixup typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Aug 9, 2024
1 parent 4be3f58 commit 5447a0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packages/workers-editor-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"build": "tsc && vite build",
"check:lint": "eslint lib --max-warnings=0",
"check:type": "tsc",
"check:type": "tsc && tsc -p tsconfig.node.json --noEmit",
"dev": "vite"
},
"dependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/workers-editor-shared/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
// "preserveSymlinks": true,
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,

/* Linting */
"strict": true
},
"include": ["lib"],
Expand Down

0 comments on commit 5447a0f

Please sign in to comment.