diff --git a/packages/string-templates/package.json b/packages/string-templates/package.json index 5517457d9a..3c9156ec20 100644 --- a/packages/string-templates/package.json +++ b/packages/string-templates/package.json @@ -18,8 +18,8 @@ "manifest.json" ], "scripts": { - "build": "tsc && rollup -c", - "dev": "concurrently \"tsc --watch\" \"rollup -cw\"", + "build": "rollup -c", + "dev": "rollup -cw", "test": "jest", "manifest": "node ./scripts/gen-collection-info.js" }, @@ -33,7 +33,6 @@ "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-typescript": "8.3.0", - "concurrently": "^8.2.2", "doctrine": "^3.0.0", "jest": "29.7.0", "marked": "^4.0.10", diff --git a/packages/string-templates/tsconfig.json b/packages/string-templates/tsconfig.json index 52e3d78d20..07084de469 100644 --- a/packages/string-templates/tsconfig.json +++ b/packages/string-templates/tsconfig.json @@ -5,8 +5,6 @@ "moduleResolution": "node", "lib": ["dom"], "allowJs": true, - "declaration": true, - "emitDeclarationOnly": true, "outDir": "dist", "esModuleInterop": true, "types": ["node", "jest"]