aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-shared/tsconfig.json
blob: 5abe0ab4e78ce5334e46a74c74e2a8c5ff4ee9e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "src",
        "jsx": "react",
        "baseUrl": ".",
        "paths": {
            "*": ["node_modules/@types/*", "*"]
        }
    },
    "include": ["./src/**/*"]
}