feat: add template to make my life easier
Node.js CI / Lint and Test (push) Successful in 22s

This commit is contained in:
2025-12-03 10:00:55 -08:00
parent c728436ed7
commit 9e7387a281
3 changed files with 31 additions and 1 deletions
+1 -1
View File
@@ -4,5 +4,5 @@
"rootDir": "./src",
"noEmit": true
},
"exclude": ["vitest.config.ts"]
"exclude": ["vitest.config.ts", "_template/**/*"]
}