Files
strapi/jsconfig.json

9 lines
132 B
JSON
Raw Permalink Normal View History

2024-10-29 05:37:46 +01:00
{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}