Skip to content

Commit

Permalink
style: πŸ’„ formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Feb 3, 2021
1 parent 8cb4307 commit f90c91e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"checkJs": true, /* Typecheck .js files. */
"lib": [
"es6"
]
},
"exclude": [
"node_modules"
]
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"checkJs": true /* Typecheck .js files. */,
"lib": ["es6"]
},
"exclude": ["node_modules", ".vscode-test", "test-resources"]
}

0 comments on commit f90c91e

Please sign in to comment.