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