Skip to content

Commit

Permalink
#build-patch: build config
Browse files Browse the repository at this point in the history
  • Loading branch information
reskume committed Dec 4, 2024
1 parent ef8653d commit 0736828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"include": [
"src/**/*",
"src",
],
"compilerOptions": {
"lib": [
Expand All @@ -15,7 +15,7 @@
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"baseUrl": ".",
"rootDir": "."
"rootDir": "./src"
},
"exclude": [
"dist",
Expand Down

0 comments on commit 0736828

Please sign in to comment.