Repository URL to install this package:
|
Version:
0.0.0 ▾
|
@sushiswap/hooks
/
tsconfig.json
|
|---|
{
"extends": "@sushiswap/typescript-config/react-library.json",
"include": ["src"],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
}
}