Prvotní nástřel pizza parseru

This commit is contained in:
Martin Berka
2023-04-15 08:05:46 +02:00
parent 81f48ebbe2
commit bf379e13ed
13 changed files with 10876 additions and 29175 deletions

8
server/tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"target": "ES2016",
"module": "CommonJS",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
}
}