Format tsconfig.json

This commit is contained in:
Daniel Imms
2020-11-02 05:37:31 -08:00
parent fd6bf6d667
commit 2ab9de91fe
@@ -8,7 +8,12 @@
"strict": true,
"noUnusedLocals": true,
"preserveWatchOutput": true,
"types": ["../../../node_modules/@types/mocha"]
"types": [
"../../../node_modules/@types/mocha"
]
},
"include": ["./**/*", "../../../typings/xterm.d.ts"]
"include": [
"./**/*",
"../../../typings/xterm.d.ts"
]
}