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