Inline repo

This commit is contained in:
Alex
2024-04-19 21:42:48 -04:00
parent fb50ede688
commit 179cf83891
84 changed files with 9571 additions and 115 deletions

View File

@ -6,7 +6,7 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react-jsx",
"module": "commonjs",
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noImplicitOverride": true,
@ -15,6 +15,7 @@
"resolveJsonModule": true,
"strict": true,
"stripInternal": true,
"skipLibCheck": true,
"target": "esnext",
"useUnknownInCatchVariables": false
}