mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"target": "ES2021",
|
|
"checkJs": true,
|
|
"allowJs": true
|
|
}
|
|
}
|