This commit is contained in:
Alex
2023-10-03 19:00:25 -04:00
parent 01f291af94
commit 8a07010f29
15 changed files with 741 additions and 716 deletions

View File

@ -3,12 +3,12 @@
"allowJs": true,
"allowArbitraryExtensions": true,
"declaration": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react-jsx",
"module": "commonjs",
"moduleResolution": "node",
"noEmit": true,
"noImplicitOverride": true,
"noUnusedLocals": true,
"noUnusedParameters": true,