diff --git a/client/jsconfig.json b/client/jsconfig.json new file mode 100644 index 0000000000..fe68d7ac70 --- /dev/null +++ b/client/jsconfig.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "paths": { + "@/*": ["./app/*"] + } + }, + "exclude": ["dist"] +} \ No newline at end of file