aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/tsconfig.json')
-rw-r--r--packages/react-docs/tsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/react-docs/tsconfig.json b/packages/react-docs/tsconfig.json
new file mode 100644
index 000000000..6e71fb2e4
--- /dev/null
+++ b/packages/react-docs/tsconfig.json
@@ -0,0 +1,14 @@
+{
+ "extends": "../../tsconfig",
+ "compilerOptions": {
+ "outDir": "./lib/",
+ "jsx": "react",
+ "baseUrl": "./",
+ "strictNullChecks": false,
+ "noImplicitThis": false,
+ "paths": {
+ "*": ["node_modules/@types/*", "*"]
+ }
+ },
+ "include": ["./src/ts/**/*"]
+}