Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
fix: resolve parser from top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Nov 18, 2021
1 parent 7443295 commit 7342c92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"extends": "./node_modules/@salesforce/dev-config/tsconfig-strict",
"compilerOptions": {
"outDir": "./lib"
"outDir": "./lib",
"baseUrl": ".",
"paths": {
"@oclif/parser": ["./node_modules/@oclif/parser"]
}
},
"include": ["src/**/*.ts"]
}
}

0 comments on commit 7342c92

Please sign in to comment.