Skip to content

Commit

Permalink
[tsconfig.json] Simplify src/static excludes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jul 4, 2021
1 parent 0cc1da0 commit 59fea90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 1 addition & 8 deletions tsconfig-eslint.json
Original file line number Diff line number Diff line change
@@ -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*",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"emitDeclarationOnly": true,
"rootDir": "src/cubing"
},
"include": ["src/cubing/**/*"],
"exclude": ["src/static/**/*"]
"include": ["src/cubing/**/*"]
}

0 comments on commit 59fea90

Please sign in to comment.