Skip to content

Commit

Permalink
Merge pull request #18 from fastly/kats/tsconfig
Browse files Browse the repository at this point in the history
Improve tsconfig.json
  • Loading branch information
harmony7 authored Oct 24, 2024
2 parents b5a01d4 + a6611e4 commit 6a02ce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"strict": true,
"module": "ES2022",
"target": "ES2022",
"moduleResolution": "node",
"moduleResolution": "bundler",
"customConditions": [ "fastly" ],
"esModuleInterop": true,
"lib": [ "es2022" ],
"lib": [ "ES2022" ],
"rootDir": "src",
"outDir": "build",
"skipLibCheck": true
"outDir": "build"
},
"include": [
"./src/**/*.js",
Expand Down

0 comments on commit 6a02ce9

Please sign in to comment.