Skip to content

Commit

Permalink
Bump Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Oct 27, 2023
1 parent 0c6be16 commit 641d3ba
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 6 deletions.
74 changes: 69 additions & 5 deletions Website/package-lock.json

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

3 changes: 2 additions & 1 deletion Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"ajv": "^8.12.0",
"ansi-to-react": "^6.1.6",
"axios": "^0.27.2",
"browserfs": "^1.4.3",
"default-composer": "^0.4.0",
"eruda": "^3.0.0",
"flatlist-react": "^1.5.14",
Expand Down Expand Up @@ -116,7 +117,7 @@
"ts-loader": "^9.3.0",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "^4.7.2",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"vscode": "^1.1.37",
"webpack": "^5.73.0",
Expand Down
1 change: 1 addition & 0 deletions Website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"emitDeclarationOnly": false,
"experimentalDecorators": true,
"declarationMap": false,
"allowImportingTsExtensions": true,
"typeRoots": ["src/typings/global.d.ts"],
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 641d3ba

Please sign in to comment.