mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-05-12 13:27:41 +00:00
835dd57e9f
This PR includes a Strapi example.
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"target": "ES2021",
|
|
"checkJs": true,
|
|
"allowJs": true
|
|
}
|
|
}
|