All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m23s
21 lines
367 B
JSON
21 lines
367 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"bun-types",
|
|
"vite/client"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src",
|
|
"vite.config.*"
|
|
]
|
|
}
|