Files
fefan/strapi/jsconfig.json
2026-01-19 11:43:59 +01:00

9 lines
132 B
JSON

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