Skip to content

Commit

Permalink
intellisense is aware of aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgtl committed Jul 12, 2023
1 parent 655f8e6 commit e62c5dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],
}
}
// "include": ["src/**/*.js"]
}
1 change: 0 additions & 1 deletion todo.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- load a 3d model from an IFC file -- find sample files
- handle events onMouseWheel onKeyDown onTouchStart
- make @/mathUtils, @/* clickable -- eslint

0 comments on commit e62c5dd

Please sign in to comment.