Commit 6f88cc72 authored by Pushparagavan Sivaji's avatar Pushparagavan Sivaji

ts config change

parent 8b057a8a
{ {
"extends": "../tsconfig.json", "extends": "../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../out-tsc/spec", "outDir": "../out-tsc/app",
"types": [ "types": []
"jasmine",
"node"
],
"target": "es5",
}, },
"files": [ "exclude": [
"test.ts", "test.ts",
"polyfills.ts" "**/*.spec.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
],
"lib": [
"es2017",
"dom"
] ]
} }
\ No newline at end of file
...@@ -5,8 +5,7 @@ ...@@ -5,8 +5,7 @@
"types": [ "types": [
"jasmine", "jasmine",
"node" "node"
], ]
"target": "es5",
}, },
"files": [ "files": [
"test.ts", "test.ts",
...@@ -15,9 +14,5 @@ ...@@ -15,9 +14,5 @@
"include": [ "include": [
"**/*.spec.ts", "**/*.spec.ts",
"**/*.d.ts" "**/*.d.ts"
],
"lib": [
"es2017",
"dom"
] ]
} }
\ No newline at end of file
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"node_modules/@types" "node_modules/@types"
], ],
"lib": [ "lib": [
"es2018", "es2017",
"dom" "dom"
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment