fp/packages/strapi/jsconfig.json

10 lines
158 B
JSON

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