diff --git a/tsconfig.json b/tsconfig.json index 532797b..79ec7d4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,5 +35,6 @@ /* Completeness */ "skipDefaultLibCheck": true /* Skip type checking .d.ts files that are included with TypeScript. */, "skipLibCheck": true /* Skip type checking all .d.ts files. */ - } + }, + "include": ["src"] }