aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-shared/tsconfig.json')
-rw-r--r--packages/react-shared/tsconfig.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/react-shared/tsconfig.json b/packages/react-shared/tsconfig.json
index 687bd1f4e..5abe0ab4e 100644
--- a/packages/react-shared/tsconfig.json
+++ b/packages/react-shared/tsconfig.json
@@ -1,9 +1,10 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
- "outDir": "./lib/",
+ "outDir": "lib",
+ "rootDir": "src",
"jsx": "react",
- "baseUrl": "./",
+ "baseUrl": ".",
"paths": {
"*": ["node_modules/@types/*", "*"]
}