mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
10 lines
152 B
JSON
10 lines
152 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"moduleResolution": "nodenext",
|
|
"target": "ES2021",
|
|
"checkJs": true,
|
|
"allowJs": true
|
|
}
|
|
}
|