Files
strapi/jsconfig.json
2024-10-29 05:37:46 +01:00

9 lines
132 B
JSON

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