mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
* 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
11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*",
|
|
"bin/*"
|
|
"dist/*"
|
|
]
|
|
}
|