Skip to content

Commit 6289b8b

Browse files
committed
upgrade typescript version to 4.7.4
1 parent ecb5e45 commit 6289b8b

File tree

5 files changed

+2025
-1760
lines changed

5 files changed

+2025
-1760
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["@babel/typescript", "@babel/env", "@babel/react", "@babel/flow"],
2+
"presets": ["@babel/typescript", "@babel/env", "@babel/react"],
33
"plugins": [
44
["@babel/plugin-proposal-decorators", { "legacy": true }],
55
"@babel/proposal-class-properties",

externals.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ declare const verb: any;
77
declare const FS: any;
88
declare const __CAD_APP: any;
99
declare const __DEBUG__: any;
10-
declare const Module: any;
1110

0 commit comments

Comments
 (0)