uniswap-interface-uncensored/tsconfig.json

11 lines
202 B
JSON
Raw Normal View History

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