Skip to content

Commit 09c5613

Browse files
committed
update tsconfig
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent 51d5d88 commit 09c5613

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

twitter-openapi-typescript/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"compilerOptions": {
33
"declaration": true,
44
"target": "es5",
5+
"downlevelIteration": true,
56
"module": "commonjs",
67
"moduleResolution": "node",
78
"outDir": "dist",
8-
"lib": ["es6", "dom"],
9+
"lib": ["es2020", "dom"],
910
"typeRoots": ["node_modules/@types"],
1011
"allowSyntheticDefaultImports": true,
1112
"rootDir": "./",

twitter-openapi-typescript/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"compilerOptions": {
33
"declaration": true,
44
"target": "es5",
5+
"downlevelIteration": true,
56
"module": "commonjs",
67
"moduleResolution": "node",
78
"outDir": "dist",
8-
"lib": ["es6", "dom"],
9+
"lib": ["es2020", "dom"],
910
"typeRoots": ["node_modules/@types"],
1011
"allowSyntheticDefaultImports": true,
1112
"rootDir": "./",

0 commit comments

Comments
 (0)