Skip to content

Commit a3b5bc4

Browse files
committed
build: perf config for ts
1 parent c824343 commit a3b5bc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2018",
4-
"lib": ["es2018"],
5-
"module": "commonjs",
4+
"lib": ["ESNext"],
65
"esModuleInterop": true,
76
"moduleResolution": "node",
87
"strict": true,

0 commit comments

Comments
 (0)