Skip to content

Commit

Permalink
chore(repo): update compilerOptions.paths
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Nov 19, 2022
1 parent 54f0cb4 commit e4aeee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"baseUrl": ".",
"paths": {
"@stoplight/spectral-core": ["packages/core/src/index.ts"],
"@stoplight/spectral-core/ruleset": ["packages/core/src/ruleset/index.ts"],
"@stoplight/spectral-core/ruleset/validation": ["packages/core/src/ruleset/validation/index.ts"],
"@stoplight/spectral-formats": ["packages/formats/src/index.ts"],
"@stoplight/spectral-functions": ["packages/functions/src/index.ts"],
"@stoplight/spectral-parsers": ["packages/parsers/src/index.ts"],
Expand Down

0 comments on commit e4aeee9

Please sign in to comment.