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