Skip to content

Commit

Permalink
chore(frontend): update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rupampoddar committed Oct 3, 2023
1 parent b2b26cd commit 7739c19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/gas-frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
"jsx": "react-jsx",
"baseUrl": "./",
},
"paths": {
// "@components/*": ["./src/components/*"],
// "@/components/*": ["./src/components/*"],
},
"include": [
"src"
Expand Down

0 comments on commit 7739c19

Please sign in to comment.