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