diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index 17028e0..13f6405 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,9 +12,7 @@ }, "include": [ "./*.js", - "js-chess-engine.d.ts", "api/**/*.ts", - "src/**/*.ts", - "test/**/*.ts" + "src/**/*.ts" ] } |
