Revert "fix(core): Add rootDir to tsconfig.json to resolve TS5055 error" (#12293)

This commit is contained in:
matt korwel
2025-10-30 08:25:57 -07:00
committed by GitHub
parent c675a7739e
commit 662ec5c22f
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -49,8 +49,7 @@
"format": "prettier --experimental-cli --write .",
"typecheck": "npm run typecheck --workspaces --if-present",
"preflight": "npm run clean && npm ci && npm run format && npm run lint:ci && npm run build && npm run typecheck && npm run test:ci",
"postinstall": "husky",
"prepare": "npm run bundle",
"prepare": "husky && npm run bundle",
"prepare:package": "node scripts/prepare-package.js",
"release:version": "node scripts/version.js",
"telemetry": "node scripts/telemetry.js",