mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Move CharWidth.api into node module
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../tsconfig-library-base",
|
||||
"compilerOptions": {
|
||||
"lib": [
|
||||
"dom",
|
||||
"es6",
|
||||
],
|
||||
"outDir": "../../out",
|
||||
"types": [
|
||||
"../../node_modules/@types/mocha"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"./**/*",
|
||||
"../../typings/xterm.d.ts"
|
||||
]
|
||||
}
|
||||
+2
-1
@@ -31,6 +31,7 @@
|
||||
"references": [
|
||||
{ "path": "./common" },
|
||||
{ "path": "./core" },
|
||||
{ "path": "./ui" }
|
||||
{ "path": "./ui" },
|
||||
{ "path": "./node" }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user