mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-04-22 15:25:47 -07:00
25 lines
361 B
JSON
25 lines
361 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"rootDir": "src",
|
|
"allowJs": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"removeComments": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/addons/**/*",
|
|
"build",
|
|
"demo",
|
|
"dist",
|
|
"out",
|
|
"test",
|
|
"node_modules",
|
|
"docs"
|
|
]
|
|
}
|