diff --git a/tsconfig.json b/tsconfig.json index 04b2fbc..98d0126 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,10 +2,11 @@ "compilerOptions": { "allowJs": true, "moduleResolution": "node", - "esModuleInterop": true + "esModuleInterop": true, + "declaration": true, + "composite": true }, - "files": [], - "include": [], + "include": ["src/**/*.ts"], "references": [ { "path": "./tsconfig.lib.json"