mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 13:58:56 +00:00
14 lines
276 B
JSON
14 lines
276 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react-jsx",
|
|
"noEmit": true
|
|
},
|
|
"include": ["app/**/*", "app.config.ts"]
|
|
}
|