mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "nodenext",
|
|
"target": "ES2021",
|
|
"checkJs": true,
|
|
"allowJs": true
|
|
}
|
|
}
|