diff --git a/tsconfig-eslint.json b/tsconfig-eslint.json index 92bfc1127..194aabf14 100644 --- a/tsconfig-eslint.json +++ b/tsconfig-eslint.json @@ -1,13 +1,6 @@ { "extends": "./tsconfig.json", - "include": [ - "src/**/*", - "src/static/*/index.js", - "src/static/*/index.d.ts", - "script/**/*", - "script/*", - "src/**/*.spec.ts" - ], + "include": ["src/**/*", "script/**/*", "script/*", "src/**/*.spec.ts"], "exclude": [ "src/static/**/*", "src/cubing/solve/worker-inside-generated*", diff --git a/tsconfig-types.json b/tsconfig-types.json index 4210c2366..239d9276f 100644 --- a/tsconfig-types.json +++ b/tsconfig-types.json @@ -4,6 +4,5 @@ "emitDeclarationOnly": true, "rootDir": "src/cubing" }, - "include": ["src/cubing/**/*"], - "exclude": ["src/static/**/*"] + "include": ["src/cubing/**/*"] }