got something building and activating in a react app, at least!

This commit is contained in:
Glen Maddern 2025-03-22 22:29:16 +11:00
parent eca1e45363
commit e6a22d452e
5 changed files with 670 additions and 15 deletions

View file

@ -7,8 +7,9 @@
"rootDir": "./src",
"strict": true,
"esModuleInterop": true,
"lib": ["ES2022"],
"types": ["node"],
"lib": ["ES2022", "DOM"],
"types": ["node", "react"],
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},