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