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