uniswap-interface-uncensored/tsconfig.json
Zach Pomerantz 290f4bc1cb
feat: bundle widgets (#3244)
* fix: tsconfig emissions

* fix: avoid importing app state in lib

* fix: export theming

* fix: asset resolutions

* fix: bundle widget

* test: update failing snapshots

* fix: maintain i18n for cosmos

* fix: use npm-compatible aliasing

* fix: include fonts in bundle
2022-02-08 11:04:48 -08:00

11 lines
202 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"noEmit": true,
"baseUrl": "src"
},
"exclude": ["node_modules", "cypress"],
"include": ["src/**/*"]
}