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