fix jsconfig woes (#11253)

feature/default_network_editable
Brad Decker 4 years ago committed by GitHub
parent 282665dd96
commit 94a69443f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      jsconfig.json

@ -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"]
}

Loading…
Cancel
Save