Skip to content

Commit 6a02ce9

Browse files
authoredOct 24, 2024··
Merge pull request #18 from fastly/kats/tsconfig
Improve tsconfig.json
2 parents b5a01d4 + a6611e4 commit 6a02ce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎tsconfig.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"strict": true,
44
"module": "ES2022",
55
"target": "ES2022",
6-
"moduleResolution": "node",
6+
"moduleResolution": "bundler",
7+
"customConditions": [ "fastly" ],
78
"esModuleInterop": true,
8-
"lib": [ "es2022" ],
9+
"lib": [ "ES2022" ],
910
"rootDir": "src",
10-
"outDir": "build",
11-
"skipLibCheck": true
11+
"outDir": "build"
1212
},
1313
"include": [
1414
"./src/**/*.js",

0 commit comments

Comments
 (0)
Please sign in to comment.