Skip to content

Commit

Permalink
chore: fix tsconfig srcDir
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 31, 2024
1 parent 03e4de1 commit 8f40f42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
},
"forceConsistentCasingInFileNames": true,
"target": "ES2015",
"rootDirs": [
"src",
"src/schemas"
],
"rootDir": "./src",
"module": "CommonJS",
"lib": [
"ES2022",
Expand All @@ -24,5 +21,6 @@
"exclude": [
"node_modules",
"dist",
"test"
],
}

0 comments on commit 8f40f42

Please sign in to comment.