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 488e6a8821 - Show all commits

View file

@ -2,8 +2,10 @@
"extends": "./tsconfig.app.json",
// Override to include only test files and clear exclusions.
// Application code imported in tests is automatically included via module resolution.
"include": ["src/**/__tests__/*", "env.d.ts"],
// .vue files must be explicitly included so vue-tsc enables .vue module
// resolution for this project (relying on transitive module resolution
// from test imports is unreliable in `vue-tsc --build`).
"include": ["src/**/__tests__/*", "env.d.ts", "src/**/*.vue"],
"exclude": [],
"compilerOptions": {