feat: adding frontend code (react)

This commit is contained in:
Mose Müller
2023-08-02 12:06:19 +02:00
parent fa9086baa8
commit d3ad419c33
10 changed files with 17751 additions and 0 deletions

8
frontend/tsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"jsx": "react-jsx",
"allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true
}
}