Skip to content

Commit

Permalink
fix jsconfig woes (#11253)
Browse files Browse the repository at this point in the history
  • Loading branch information
brad-decker authored Jun 9, 2021
1 parent 282665d commit 94a6944
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"exclude": [
"*.log",
"builds",
"coverage",
"dist",
"docs",
"lavamoat",
"node:console",
"node_modules",
"patches",
"test-artifacts"
]
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"include": ["ui/**/*.js", "app/**/*.js", "shared/**/*.js"]
}

0 comments on commit 94a6944

Please sign in to comment.