Files
FEDEO/strapi/jsconfig.json
Florian Federspiel 677030f712 Initial
2023-11-25 16:53:52 +01:00

9 lines
132 B
JSON

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