Files
wondif_strapi/jsconfig.json
2025-10-19 00:28:57 +02:00

9 lines
132 B
JSON

{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}