X-Git-Url: https://git.proxmox.com/?p=mirror_xterm.js.git;a=blobdiff_plain;f=tsconfig.json;h=2e9703dd22366acd1e355b4537145270574d69cf;hp=beb83261931e7f9fea4df996c8e19a9e2d1b5011;hb=8ede1fc9d2d0ef91ffcc9ad53587f19cdc6d0427;hpb=bf4ef599ad4e010552da4545f87f91a51820a60d diff --git a/tsconfig.json b/tsconfig.json index beb8326..2e9703d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,15 +4,14 @@ "target": "es5", "rootDir": "src", "allowJs": true, - "outDir": "out" + "outDir": "lib", + "sourceMap": true, + "removeComments": true }, + "include": [ + "src/**/*" + ], "exclude": [ - "addons", - "build", - "demo", - "dist", - "out", - "test", - "node_modules" + "src/addons/**/*" ] }