Skip to content

Commit

Permalink
add node typs
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jul 14, 2024
1 parent 1fd89c6 commit ca802ff
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 52 deletions.
1 change: 1 addition & 0 deletions packages/mode-watcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/svelte": "^5.2.0",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20.14.10",
"autoprefixer": "^10.4.14",
"jsdom": "^24.1.0",
"postcss": "^8.4.24",
Expand Down
3 changes: 2 additions & 1 deletion packages/mode-watcher/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sourceMap": true,
"strict": true,
"moduleResolution": "NodeNext",
"module": "NodeNext"
"module": "NodeNext",
"types": ["node"]
}
}
106 changes: 56 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions sites/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@types/eslint": "8.56.0",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.3",
"@types/node": "^20.14.10",
"autoprefixer": "^10.4.16",
"clsx": "^2.1.0",
"concurrently": "^8.2.2",
Expand Down
3 changes: 2 additions & 1 deletion sites/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"types": ["node"]
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
Expand Down

0 comments on commit ca802ff

Please sign in to comment.