og-image/web/tsconfig.json

10 lines
173 B
JSON

{
"extends": "../api/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "../public/dist"
},
"include": [
"./"
]
}