diff --git a/src/tsconfig.json b/src/tsconfig.json index 28c177c..0b7ed27 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -24,10 +24,11 @@ "moduleResolution": "node", "esModuleInterop": true }, - "files": ["index.ts"], "angularCompilerOptions": { "skipTemplateCodegen": true, "strictMetadataEmit": true, "enableSummariesForJit": false - } + }, + "exclude": ["node_modules", "dist"], + "typeRoots": ["node_modules/@types"] }