Skip to content

Commit

Permalink
fix path not resolved issue with builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Aug 29, 2024
1 parent f569856 commit 5831207
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"esModuleInterop": true /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility. */,
"forceConsistentCasingInFileNames": true /* Ensure that casing is correct in imports. */,

"paths": {
"cli/*": ["cli/*"],
"frontend/*": ["frontend/*"],
"api/*": ["api/*"],
"scripts/*": ["scripts/*"],
},

"strict": true /* Enable all strict type-checking options. */,
"skipLibCheck": true,
"verbatimModuleSyntax": false,
Expand Down

0 comments on commit 5831207

Please sign in to comment.