Moving exmple datasets to json files

This commit is contained in:
2024-09-09 13:45:26 +02:00
parent 20e8ce1024
commit 2d0dc274bf
10 changed files with 233 additions and 78 deletions

View File

@@ -9,6 +9,7 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"baseUrl": ".",
"resolveJsonModule": true,
"paths": {
"@/*": ["./src/*"]
}