uniswap-interface-uncensored/tsconfig.json

10 lines
182 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
2020-11-03 18:16:38 +03:00
"baseUrl": "src"
},
2021-02-14 13:44:11 +03:00
"exclude": ["node_modules", "cypress"],
"include": ["src/**/*"]
}