Initial commit from Strapi

This commit is contained in:
Julie Chaumard
2025-10-19 00:28:57 +02:00
commit 154de5cf97
21 changed files with 19049 additions and 0 deletions

8
jsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}