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