Skip to content

Commit

Permalink
Fixed typescript config formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Apr 9, 2020
1 parent 9accbb9 commit 2ad85c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,9 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"typeRoots": [
"node_modules/@types"
],
"typeRoots": [ "node_modules/@types" ],
"types": [ "node" ],
"lib": [
"dom",
"es2018"
]
"lib": [ "dom", "es2018" ]
},
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
Expand Down

0 comments on commit 2ad85c3

Please sign in to comment.