Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkluijk committed Oct 20, 2024
1 parent aa32ff0 commit 974044e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["es2022"],
"lib": [
"es2022"
],
"baseUrl": "./",
"paths": {
"vitest-fetch-mock": ["./src"]
"vitest-fetch-mock": [
"./src"
]
},
"strict": true,
"esModuleInterop": true,
Expand All @@ -24,7 +28,6 @@
},
"include": [
"./setupVitest.ts",
"./src/**/*.ts",
"./src/**/*.ts"
]
}

0 comments on commit 974044e

Please sign in to comment.