Skip to content

Commit

Permalink
fix: Add rootDir to lib tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Dec 30, 2024
1 parent 1ee40ab commit 764e0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"declarationMap": true,
"noEmit": false,
"outDir": "${configDir}/dist",
"rootDir": "${configDir}/src",
"sourceMap": true
},
"$schema": "https://json.schemastore.org/tsconfig"
Expand Down

0 comments on commit 764e0c1

Please sign in to comment.