diff --git a/tsconfig.json b/tsconfig.json index dd41062..f116daf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,8 +26,5 @@ "noPropertyAccessFromIndexSignature": false }, - "include": [ - "index.ts", - "src/**/*.ts" - ] + "include": ["index.ts"] }