Files
xterm.js/tsconfig.json
T
Daniel Imms 2f60c241ee Use manual typings over automatically generated ones
These are pulled from the typings I wrote for vscode

Fixes #898
2017-08-18 16:51:43 -07:00

17 lines
248 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"rootDir": "src",
"outDir": "lib",
"sourceMap": true,
"removeComments": true
},
"include": [
"src/**/*"
],
"exclude": [
"src/addons/**/*"
]
}