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
22 lines
544 B
JSON
22 lines
544 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitReturns": true,
|
|
"noEmitOnError": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"./"
|
|
]
|
|
} |