mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-04-22 15:25:47 -07:00
2f60c241ee
These are pulled from the typings I wrote for vscode Fixes #898
17 lines
248 B
JSON
17 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"removeComments": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/addons/**/*"
|
|
]
|
|
}
|