diff --git a/tsconfig.json b/tsconfig.json index 2dbe86d..721ee0e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "skipDefaultLibCheck": true, "resolveJsonModule": true }, - "include": ["./dist"], + "include": ["./src"], "exclude": ["./node_modules"] }