Uh oh!
There was an error while loading. Please reload this page.
chore: migrate to TypeScript - #266
Conversation
samuelmaddock
left a comment
There was a problem hiding this comment.
Minor feedback, but overall looks great!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
09571c4 to
009d412Compare| @@ -0,0 +1,17 @@ | |||
| { | |||
| "compilerOptions": { | |||
There was a problem hiding this comment.
We should add "extends": "@tsconfig/node22/tsconfig.json", to stay consistent with tsconfig standards being set by the Node 22 migration
There was a problem hiding this comment.
Also, not sure if we should remove "target": "es2020", and inherit the target value from the node22 tsconfig.json defaults (es2022) cc @dsanders11
There was a problem hiding this comment.
Ended up removing "target": "es2020", for now, so that it can be inherited from @tsconfig/node22 - 3559fb0
| "autoprefixer": "^10.4.21", | ||
| "babel-loader": "^10.0.0", | ||
| "@types/chrome": "^0.0.326", | ||
| "@types/node": "^24.0.1", |
This PR migrates the initial prototype (#265) to TypeScript.
ts-loaderin the Webpack configuration.