categorys and titles for images

This commit is contained in:
Zutatensuppe 2021-05-22 01:51:44 +02:00
parent 8abbb13fcc
commit 239c879649
22 changed files with 964 additions and 86 deletions

14
tsconfig.json Normal file
View file

@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"allowSyntheticDefaultImports": true,
"strict": true,
"moduleResolution": "node"
},
"include": [
"src/**/*.ts", "src/**/*.d.ts"
]
}