diff --git a/templates/tsconfig.json b/templates/tsconfig.json index d28e794..177d623 100644 --- a/templates/tsconfig.json +++ b/templates/tsconfig.json @@ -1,4 +1,8 @@ { - "extends": "gnuxie-tsconfig/tsconfig.json" + "extends": "gnuxie-tsconfig/tsconfig.json", + "compilerOptions": { + "declarationDir": "dist", + "outDir": "dist" + } } diff --git a/tsconfig.json b/tsconfig.json index 4f8971b..8448168 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,9 +6,7 @@ "ESNext" ], "declaration": true, - "declarationDir": "dist", "declarationMap": true, - "outDir": "dist", "sourceMap": true, "strict": true, "strictNullChecks": true,