From e62c5dd2625c34bce69d608198db93f36badc8c5 Mon Sep 17 00:00:00 2001 From: David Ghitulescu Date: Wed, 12 Jul 2023 23:54:25 +0300 Subject: [PATCH] intellisense is aware of aliases --- jsconfig.json | 9 +++++++++ todo.md | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..e2a9aeb --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["src/*"], + } + } + // "include": ["src/**/*.js"] +} diff --git a/todo.md b/todo.md index ce02f5a..e12f1a8 100644 --- a/todo.md +++ b/todo.md @@ -1,3 +1,2 @@ - load a 3d model from an IFC file -- find sample files - handle events onMouseWheel onKeyDown onTouchStart -- make @/mathUtils, @/* clickable -- eslint