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 ed63326 commit ef2b0abCopy full SHA for ef2b0ab
src/cli.ts
@@ -105,7 +105,7 @@ async function main(): Promise<void> {
105
console.log('📄 tsconfig.json already exists, skipping creation')
106
} else {
107
const tsconfigJson: JSONSchemaForTheTypeScriptCompilerSConfigurationFile = {
108
- extends: './node_modules/@sourcegraph/tsconfig/tsconfig.json',
+ extends: '@sourcegraph/tsconfig',
109
compilerOptions: {
110
target: 'ES2019',
111
module: 'ESNext',
0 commit comments