aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/tsconfig.json
blob: 2b3c11c9f796003e4170eff5f5c0351e21899ba3 (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",
        "noImplicitAny": true,
        "allowSyntheticDefaultImports": true,
        "declaration": false,
        "declarationMap": false,
        "composite": false
    },
    "include": ["./src/**/*"]
}