Initial Portfolio #1

Merged
McPeakML merged 12 commits from mcpeakml/portfolio into main 2026-06-11 16:21:00 -04:00
Showing only changes of commit 2ef5ae92b5 - Show all commits

View file

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