diff --git a/tsconfig.base.json b/tsconfig.base.json index 9420f1a2..cb2f2bbb 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -19,5 +19,6 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, - "files": ["./package.json", "./src/**/*.d.ts"] + "files": ["./package.json"], + "include": ["./src/types/*"] }