mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
* Remove builds in favor of zero-config * Rename types from .d.ts to .ts and import * Fix types * Fix web build to use separate tsconfig.json * Rename web/browser.ts to web/index.ts * Move fonts
10 lines
173 B
JSON
10 lines
173 B
JSON
{
|
|
"extends": "../api/tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "../public/dist"
|
|
},
|
|
"include": [
|
|
"./"
|
|
]
|
|
} |