summaryrefslogtreecommitdiff
path: root/www/lib/localforage/typing-tests/tsconfig.json
blob: cf7c2bf4fd960540897a488e67d6d9266ff4baed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "compileOnSave": false,
  "compilerOptions": {
    "lib": [
      "dom",
      "es2015"
    ],
    "module": "es2015",
    "moduleResolution": "node",
    "noEmit": true,
    "noImplicitAny": true,
    "strictNullChecks": true,
    "target": "es5"
  },
  "files": [
    "../typings/localforage.d.ts",
    "./localforage-tests.ts"
  ]
}