Move CharWidth.api into node module

This commit is contained in:
Daniel Imms
2019-06-08 11:39:16 -07:00
parent 1546e0c12d
commit 0917ce34c6
3 changed files with 19 additions and 1 deletions
+17
View File
@@ -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
View File
@@ -31,6 +31,7 @@
"references": [
{ "path": "./common" },
{ "path": "./core" },
{ "path": "./ui" }
{ "path": "./ui" },
{ "path": "./node" }
]
}