og-image/web/tsconfig.json
Steven d05a27116c
Remove builds in favor of zero-config (#87)
* 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
2019-07-25 12:35:12 -04:00

10 lines
173 B
JSON

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