Liam
f156b7f582
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 41s
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"types": ["bun-types"],
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"jsx": "react",
|
|
"incremental": true
|
|
}
|
|
}
|