Skip to content

Commit

Permalink
fix weird tsc flake
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim committed Dec 1, 2023
1 parent c5f6174 commit 71eeecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/dids/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"strict": false,
"declarationDir": "dist/types",
"outDir": "dist/esm"
"outDir": "dist/esm",
"rootDir": "./src"
},
"include": [
"src",
Expand Down

0 comments on commit 71eeecf

Please sign in to comment.