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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-shared/tsconfig.json b/packages/react-shared/tsconfig.json
index de87aa45b..687bd1f4e 100644
--- a/packages/react-shared/tsconfig.json
+++ b/packages/react-shared/tsconfig.json
@@ -8,5 +8,5 @@
"*": ["node_modules/@types/*", "*"]
}
},
- "include": ["./src/ts/**/*"]
+ "include": ["./src/**/*"]
}