diff --git a/templates/WebApplicationBasic/.babelrc b/templates/WebApplicationBasic/.babelrc deleted file mode 100644 index c13c5f6..0000000 --- a/templates/WebApplicationBasic/.babelrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "presets": ["es2015"] -} diff --git a/templates/WebApplicationBasic/tsconfig.json b/templates/WebApplicationBasic/tsconfig.json index cd09747..61872e1 100644 --- a/templates/WebApplicationBasic/tsconfig.json +++ b/templates/WebApplicationBasic/tsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "moduleResolution": "node", "target": "es5", - "sourceMap": true + "sourceMap": true, + "skipDefaultLibCheck": true }, "exclude": [ "node_modules"