feat: prep the scaffolding

This commit is contained in:
2026-01-21 17:49:25 -08:00
parent 6f6ba58738
commit 96494a9997
43 changed files with 9329 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"jsx": "react-jsx"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}