aboutsummaryrefslogtreecommitdiff
path: root/packages/idb-bridge/tsconfig.json
blob: 8baf78ac14d4903ebcf088474bd33f2674f5f4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "compilerOptions": {
        "lib": ["es6"],
        "module": "commonjs",
        "target": "es5",
        "noImplicitAny": true,
        "outDir": "build",
        "declaration": true,
        "noEmitOnError": true,
        "strict": true,
        "incremental": true,
        "sourceMap": true,
        "typeRoots": ["./node_modules"],
        "types": []
    },
    "include": ["src/**/*"]
}