diff --git a/dashboard/jsconfig.json b/dashboard/jsconfig.json new file mode 100644 index 0000000..6bb516b --- /dev/null +++ b/dashboard/jsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./src/*"], + "@contexts/*": ["./src/common/contexts/*"], + "@components/*": ["./src/common/components/*"], + "@states/*": ["./src/states/"] + } + } +} \ No newline at end of file