diff --git a/jsconfig.json b/jsconfig.json index e014d4a..270b986 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -4,8 +4,8 @@ "baseUrl": "./", "moduleResolution": "node", "paths": { - "~/*": ["./*"], - "@/*": ["src/*"] + "@/*": ["src/*"], + "~/*": ["./*"] }, "jsx": "preserve", "allowJs": true