Skip to content

Commit

Permalink
fixed tsconfig path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Aug 1, 2022
1 parent 475e965 commit ad95c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"target": "es2020",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"baseUrl": "src",
"declaration": true,
"esModuleInterop": true,
"inlineSourceMap": false,
Expand All @@ -16,7 +16,7 @@
"noFallthroughCasesInSwitch": true,
"pretty": true,
"resolveJsonModule": true,
"rootDir": ".",
"rootDir": "src",
"skipLibCheck": true,
"strict": true,
"sourceMap": true,
Expand Down

0 comments on commit ad95c7c

Please sign in to comment.