We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf66601 commit e0391eaCopy full SHA for e0391ea
tsconfig.json
@@ -1,11 +1,10 @@
1
{
2
- "extends": "./node_modules/@sourcegraph/tsconfig/tsconfig.json",
+ "extends": "@sourcegraph/tsconfig",
3
"compilerOptions": {
4
"target": "es2019",
5
"module": "commonjs",
6
"sourceMap": true,
7
"declaration": true,
8
"outDir": "dist",
9
- "typeRoots": ["node_modules/@types"],
10
},
11
}
0 commit comments