fp/packages/strapi/jsconfig.json

9 lines
132 B
JSON
Raw Normal View History

2024-07-04 21:20:29 +00:00
{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}