diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts old mode 100644 new mode 100755 diff --git a/packages/string-templates/tsconfig.json b/packages/string-templates/tsconfig.json index 87b4dece71..a7c7a0df67 100644 --- a/packages/string-templates/tsconfig.json +++ b/packages/string-templates/tsconfig.json @@ -1,11 +1,11 @@ { "include": ["src/**/*"], - "compilerOptions": { "allowJs": true, "declaration": true, "emitDeclarationOnly": true, "outDir": "dist", - "esModuleInterop": true + "esModuleInterop": true, + "types": ["node", "jest"] } }