Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Sep 29, 2023
1 parent 25e081a commit b22d683
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interface/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"paths": {
"~/*": ["./*"]
},
"types": ["vite-plugin-svgr/client", "vite/client", "node"]
"types": ["vite-plugin-svgr/client", "vite/client", "node"],
"declarationDir": "dist"
},
"include": ["**/*"],
"exclude": ["build"],
"exclude": ["dist"],
"references": [{ "path": "../packages/ui" }, { "path": "../packages/client" }]
}

0 comments on commit b22d683

Please sign in to comment.