update tsconfig
parent
1eb62db848
commit
febded6864
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"lib": ["ES2019"],
|
||||
"lib": ["ES2020"],
|
||||
"rootDir": "..",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"include": ["src", "../../types"],
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"lib": ["dom", "esnext"],
|
||||
"lib": ["ES2020"],
|
||||
"importHelpers": true,
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"lib": ["ES2019"],
|
||||
"lib": ["ES2020"],
|
||||
"rootDir": "..",
|
||||
"sourceMap": true,
|
||||
"moduleResolution": "node",
|
||||
|
|
Loading…
Reference in New Issue