mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
Co-authored-by: christiancp100 <christian.capeans.perez@strapi.io> Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com> Co-authored-by: Jean-Sébastien Herbaux <Convly@users.noreply.github.com> Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu> Co-authored-by: Ben Irvin <ben@innerdvations.com> Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com> Co-authored-by: Christian <christiancp100@gmail.com> Co-authored-by: Bassel Kanso <basselkanso82@gmail.com> Co-authored-by: Marco Autiero <marcoautiero@gmail.com> Co-authored-by: Convly <jean-sebastien.herbaux@epitech.eu> Co-authored-by: christiancp100 <christian.capeans.perez@strapi.io> Co-authored-by: Christian Capeans <christiancp100@gmail.com> Co-authored-by: Bassel <basselkanso82@gmail.com>
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"target": "ES2021",
|
|
"checkJs": true,
|
|
"allowJs": true
|
|
}
|
|
}
|