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

ts config change

parent 8b057a8a
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/spec",
"types": [
"jasmine",
"node"
],
"target": "es5",
"outDir": "../out-tsc/app",
"types": []
},
"files": [
"exclude": [
"test.ts",
"polyfills.ts"
],
"include": [
"**/*.spec.ts",
"**/*.d.ts"
],
"lib": [
"es2017",
"dom"
"**/*.spec.ts"
]
}
\ No newline at end of file
......@@ -5,8 +5,7 @@
"types": [
"jasmine",
"node"
],
"target": "es5",
]
},
"files": [
"test.ts",
......@@ -15,9 +14,5 @@
"include": [
"**/*.spec.ts",
"**/*.d.ts"
],
"lib": [
"es2017",
"dom"
]
}
\ No newline at end of file
......@@ -14,7 +14,7 @@
"node_modules/@types"
],
"lib": [
"es2018",
"es2017",
"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