Skip to content

Commit ef2b0ab

Browse files
committed
fix: simpler tsconfig.json
1 parent ed63326 commit ef2b0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function main(): Promise<void> {
105105
console.log('📄 tsconfig.json already exists, skipping creation')
106106
} else {
107107
const tsconfigJson: JSONSchemaForTheTypeScriptCompilerSConfigurationFile = {
108-
extends: './node_modules/@sourcegraph/tsconfig/tsconfig.json',
108+
extends: '@sourcegraph/tsconfig',
109109
compilerOptions: {
110110
target: 'ES2019',
111111
module: 'ESNext',

0 commit comments

Comments
 (0)