aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/tsconfig.json
blob: 14b0ad8f79bdb44be67cde3d00a3b3b308028aa3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "extends": "../../tsconfig",
    "compilerOptions": {
        "outDir": "lib",
        "rootDir": "src",
        "jsx": "react",
        "noImplicitAny": true,
        "allowSyntheticDefaultImports": true
    },
    "include": ["./src/**/*"],
    "exclude": ["./src/index.umd.ts"]
}