We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ed75b commit 5737ebdCopy full SHA for 5737ebd
1 file changed
tsconfig.json
@@ -1,10 +1,3 @@
1
{
2
- "extends": "./tsconfig.build.json",
3
- "compilerOptions": {
4
- "baseUrl": ".",
5
- "paths": {
6
- "@eth-optimism/*": ["packages/*/src", "integration-tests/*/test"]
7
- },
8
- "skipLibCheck": true
9
- }
+ "extends": "./tsconfig.build.json"
10
}
0 commit comments