diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 598a60faa..1fdb6d346 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,10 +5,9 @@ "lib": [ "es2015", "dom" ], "outDir": "lib", "sourceMap": true, - "declaration": true, + "allowJs": true, "noImplicitAny": true, "experimentalDecorators": true, - "allowJs": true, "strictNullChecks": true }, "include": [ |