strapi/examples/getstarted/jsconfig.json

10 lines
152 B
JSON

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