Skip to content

Commit

Permalink
fix: experiment-core types
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiori committed Nov 21, 2023
1 parent 62f44c6 commit f8da426
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/experiment-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"declarationDir": "dist/types",
"downlevelIteration": true,
"strict": true,
"baseUrl": "./src"
"baseUrl": "./src",
"rootDir": "."
}
}

0 comments on commit f8da426

Please sign in to comment.