Files
strapi-cloud-template-blog-…/jsconfig.json
T
2025-09-14 21:04:33 +07:00

9 lines
132 B
JSON

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