Files
coolify-examples/strapi/jsconfig.json
h+ 835dd57e9f feat: Added Strapi example
This PR includes a Strapi example.
2024-08-04 15:35:12 +02:00

9 lines
132 B
JSON

{
"compilerOptions": {
"moduleResolution": "nodenext",
"target": "ES2021",
"checkJs": true,
"allowJs": true
}
}