Skip to content

Commit e0391ea

Browse files
committed
chore: simplify tsconfig.json
1 parent cf66601 commit e0391ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"extends": "./node_modules/@sourcegraph/tsconfig/tsconfig.json",
2+
"extends": "@sourcegraph/tsconfig",
33
"compilerOptions": {
44
"target": "es2019",
55
"module": "commonjs",
66
"sourceMap": true,
77
"declaration": true,
88
"outDir": "dist",
9-
"typeRoots": ["node_modules/@types"],
109
},
1110
}

0 commit comments

Comments
 (0)