Skip to content

Commit

Permalink
Fixed tsconfig.json of test "option-context" again.
Browse files Browse the repository at this point in the history
  • Loading branch information
christiantinauer authored Dec 5, 2017
1 parent bc2254d commit 17dc8e5
Showing 1 changed file with 6 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
{
"compilerOptions": {
"target": "ES6",
"lib": [
"DOM",
"DOM.Iterable",
"ES2015.Collection",
"ES6",
"ScriptHost"
],
"allowJs": true,
{
"compilerOptions": {
"target": "es6",
"jsx": "preserve",
"sourceMap": true,
"removeComments": true,
"strict": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true
},
"moduleResolution": "node"
},
"files": [
"./src/app-shim.d.ts"
]
}
}

0 comments on commit 17dc8e5

Please sign in to comment.