première version avec exemple

This commit is contained in:
fabien
2024-08-02 19:02:43 +02:00
parent 24767707a6
commit d18024f7c1
10 changed files with 79 additions and 3 deletions

10
assets/jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/gallery/assets/*"
]
}
}
}