strapi/examples/getstarted/jsconfig.json

12 lines
209 B
JSON

{
"compilerOptions": {
"jsx": "react",
"module": "NodeNext",
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
},
"exclude": ["node_modules"]
}