Removing traces of react

This commit is contained in:
Glen Maddern 2025-05-05 16:49:20 +10:00 committed by Glen Maddern
parent 67bd63192f
commit c9e082d9e2
3 changed files with 2 additions and 30 deletions

View file

@ -7,7 +7,7 @@
"esModuleInterop": true,
"noEmit": true,
"lib": ["ES2022", "DOM"],
"types": ["node", "react"],
"types": ["node"],
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}