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