fix(core): Add rootDir to tsconfig.json to resolve TS5055 error (#12274)

This commit is contained in:
matt korwel
2025-10-29 23:17:10 -07:00
committed by GitHub
parent 1d9e6870be
commit 42c79c64d7
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -49,7 +49,8 @@
"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",
"prepare": "husky && npm run bundle",
"postinstall": "husky",
"prepare": "npm run bundle",
"prepare:package": "node scripts/prepare-package.js",
"release:version": "node scripts/version.js",
"telemetry": "node scripts/telemetry.js",