summaryrefslogtreecommitdiff
path: root/www/lib/localforage/typing-tests/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/localforage/typing-tests/tsconfig.json')
-rw-r--r--www/lib/localforage/typing-tests/tsconfig.json19
1 files changed, 0 insertions, 19 deletions
diff --git a/www/lib/localforage/typing-tests/tsconfig.json b/www/lib/localforage/typing-tests/tsconfig.json
deleted file mode 100644
index cf7c2bf4..00000000
--- a/www/lib/localforage/typing-tests/tsconfig.json
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- "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"
- ]
-}