fix: node TS
Some checks failed
ci / build (pull_request) Failing after 27s
ci / publish (pull_request) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-11 15:57:03 -04:00
parent 488e6a8821
commit 2ef5ae92b5
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -8,6 +8,7 @@
"playwright.config.*",
"eslint.config.*"
],
"exclude": ["src/**/__tests__/*"],
"compilerOptions": {
// Most tools use transpilation instead of Node.js's native type-stripping.
// Bundler mode provides a smoother developer experience.