diff --git a/tsconfig.json b/tsconfig.json index cf5c3775..4276b16d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ ], "target": "es2016" }, - "exclude": [ - "node_modules" + "include": [ + "src" ] } \ No newline at end of file