Skip to content

Commit a3c1c07

Browse files
resort ts config
1 parent ddaaea8 commit a3c1c07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tsconfig.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"compilerOptions": {
3+
"esModuleInterop": true,
4+
"skipLibCheck": true,
35
"target": "ES2021",
4-
"lib": ["ESNext", "DOM", "ScriptHost"],
5-
"module": "ES2022",
6-
"moduleResolution": "node",
76
"types": ["bun-types"],
8-
"declaration": true,
9-
"outDir": "./dist",
107
"removeComments": true,
11-
"esModuleInterop": true,
128
"forceConsistentCasingInFileNames": true,
139
"strict": true,
14-
"skipLibCheck": true
10+
"moduleResolution": "node",
11+
"module": "ES2022",
12+
"outDir": "./dist",
13+
"lib": ["ESNext", "DOM", "ScriptHost"],
14+
"declaration": true
1515
},
1616
"include": ["src/**/*"]
1717
}

0 commit comments

Comments
 (0)