fix: tsconfig lib config(case sensitive) (#3023)

Co-authored-by: lurunze1226 <lurunze@baidu.com>
This commit is contained in:
RUNZE LU 2021-11-22 19:25:56 +08:00 committed by GitHub
parent f6e59f14db
commit 0b1c80266b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"outDir": "output/",
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom", "ES2015", "es2021"],
"lib": ["ES6", "DOM", "ES2015", "ES2021"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",

View File

@ -3,7 +3,7 @@
"outDir": "output/",
"module": "commonjs",
"target": "es5",
"lib": ["es6", "dom", "ES2015", "es2021"],
"lib": ["ES6", "DOM", "ES2015", "ES2021"],
"sourceMap": true,
"jsx": "react",
"moduleResolution": "node",