Skip to content

Commit

Permalink
fix: simpler tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Apr 22, 2020
1 parent ed63326 commit ef2b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function main(): Promise<void> {
console.log('📄 tsconfig.json already exists, skipping creation')
} else {
const tsconfigJson: JSONSchemaForTheTypeScriptCompilerSConfigurationFile = {
extends: './node_modules/@sourcegraph/tsconfig/tsconfig.json',
extends: '@sourcegraph/tsconfig',
compilerOptions: {
target: 'ES2019',
module: 'ESNext',
Expand Down

0 comments on commit ef2b0ab

Please sign in to comment.