Skip to content

Commit

Permalink
upgrade typescript version to 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xibyte committed Aug 16, 2022
1 parent ecb5e45 commit 6289b8b
Show file tree
Hide file tree
Showing 5 changed files with 2,025 additions and 1,760 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": ["@babel/typescript", "@babel/env", "@babel/react", "@babel/flow"],
"presets": ["@babel/typescript", "@babel/env", "@babel/react"],
"plugins": [
["@babel/plugin-proposal-decorators", { "legacy": true }],
"@babel/proposal-class-properties",
Expand Down
1 change: 0 additions & 1 deletion externals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ declare const verb: any;
declare const FS: any;
declare const __CAD_APP: any;
declare const __DEBUG__: any;
declare const Module: any;

Loading

0 comments on commit 6289b8b

Please sign in to comment.