manifold/og-image/web/tsconfig.json
2022-01-06 17:28:20 -08:00

9 lines
144 B
JSON

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