diff --git a/src/index.html b/src/index.html index 8842d73..849ffbe 100644 --- a/src/index.html +++ b/src/index.html @@ -27,10 +27,6 @@ - - - - diff --git a/tsconfig.json b/tsconfig.json index 587f2a8..ab92e4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,12 +6,7 @@ "rootDir": "./src/js/", "outDir": "./build/js/" }, - "files": [ - "src/js/commands.ts", - "src/js/extensions.d.ts", - "src/js/extensions.ts", - "src/js/fs.ts", - "src/js/shared.ts", - "src/js/terminal.ts" + "include": [ + "src/js/**/*.ts" ] }