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