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