diff --git a/tsconfig.json b/tsconfig.json index dd4c2af..ea5fb7b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,6 +37,6 @@ }, "skipLibCheck": true }, - "include": ["./src", "./types"], + "include": ["./src", "./types", "./config"], "compileOnSave": false }