diff --git a/tsconfig.json b/tsconfig.json index b3e0712..d479f57 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,8 @@ }, "filesGlob": [ "./**/*.ts", - "!./node_modules/**/*.ts" + "!./node_modules/**/*.ts", + "!./complete/**/*.ts" ], "files": [ "./app.ts",