hyper/jsconfig.json
Benjamin Staneck f0e9507caa Restore lost commits from v2 branch (#2275)
* Fix decorated config with default colors (#2241)

Fix #2240

* Update xterm.js to 2.9.2 (#2236)

* Enable VS Codes type checking and quick fixes for Javascript files

* https://code.visualstudio.com/docs/languages/javascript#_type-checking-and-quick-fixes-for-javascript-files

* Ignore the dist dir as well
2017-09-25 15:26:04 +02:00

11 lines
151 B
JSON

{
"compilerOptions": {
"checkJs": true
},
"exclude": [
"node_modules",
"**/node_modules/*",
"bin/*"
"dist/*"
]
}