Skip to content

Commit 5737ebd

Browse files
committed
build: remove skipLibCheck, paths, and baseUrl from base typescript config
1 parent 71ed75b commit 5737ebd

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
{
2-
"extends": "./tsconfig.build.json",
3-
"compilerOptions": {
4-
"baseUrl": ".",
5-
"paths": {
6-
"@eth-optimism/*": ["packages/*/src", "integration-tests/*/test"]
7-
},
8-
"skipLibCheck": true
9-
}
2+
"extends": "./tsconfig.build.json"
103
}

0 commit comments

Comments
 (0)