Skip to content

Commit

Permalink
perf: Add / remove exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Jan 22, 2025
1 parent 717edf2 commit 3c4e6d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/swap-sdk-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"types": ["vitest/globals"]
},
"exclude": ["**/node_modules", "**/*.test.ts", "./dist/**"]
}
}
3 changes: 1 addition & 2 deletions packages/swap-sdk-evm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
"resolveJsonModule": true,
"isolatedModules": true,
"skipLibCheck": true
},
"exclude": ["**/node_modules", "**/*.test.ts", "./dist/**"]
}
}
4 changes: 3 additions & 1 deletion packages/ui-wallets/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
"@pancakeswap/uikit": ["../../packages/uikit/src/index.ts"],
"@pancakeswap/uikit/*": ["../../packages/uikit/src/*"]
}
}
},
"include": ["./src"],
"exclude": ["**/node_modules", "**/*.test.ts", "./dist/**"]
}
4 changes: 3 additions & 1 deletion packages/wagmi/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"extends": "@pancakeswap/tsconfig/react-library.json",
"compilerOptions": {
"target": "ES2015"
}
},
"include": ["./src", "./connectors"],
"exclude": ["**/node_modules", "**/*.test.ts", "./dist/**"]
}

0 comments on commit 3c4e6d9

Please sign in to comment.