diff --git a/tsconfig.json b/tsconfig.json index 05e8d56d55..45498fa1ce 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "version": "1.5.0", + "version": "1.6.0", "compilerOptions": { "target": "es5", "module": "commonjs", @@ -14,7 +14,7 @@ "outDir": "dist" }, "files": [ - "node_modules/typescript/bin/lib.dom.d.ts", + "node_modules/typescript/lib/lib.dom.d.ts", "src/typings/_custom.d.ts", "src/app/components/app.ts", "src/app/bootstrap.ts"