diff options
Diffstat (limited to 'frontend/jsconfig.json')
-rw-r--r-- | frontend/jsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/jsconfig.json b/frontend/jsconfig.json new file mode 100644 index 0000000..b8d6842 --- /dev/null +++ b/frontend/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + } +} |