X-Git-Url: https://git.proxmox.com/?p=mirror_xterm.js.git;a=blobdiff_plain;f=tsconfig.json;h=2e9703dd22366acd1e355b4537145270574d69cf;hp=f4a5a1b2a202eeb01629541b09d0b7700dede4af;hb=HEAD;hpb=6639b2c73165d19ed69c44fff4f1de75dcbd8015 diff --git a/tsconfig.json b/tsconfig.json index f4a5a1b..2e9703d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,15 +5,13 @@ "rootDir": "src", "allowJs": true, "outDir": "lib", - "sourceMap": true + "sourceMap": true, + "removeComments": true }, + "include": [ + "src/**/*" + ], "exclude": [ - "addons", - "build", - "demo", - "dist", - "out", - "test", - "node_modules" + "src/addons/**/*" ] }