Files
CRAPP/infra/strapi/jsconfig.json
T

10 lines
158 B
JSON
Raw Normal View History

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