diff --git a/tsconfig.json b/tsconfig.json index 9e7f4be..91efe0c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,10 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", - "baseUrl": "./src", + "baseUrl": ".", "paths": { - "@/*": ["*"] + "@/*": ["./src/*"], + "~/*": ["./public/*"] }, "incremental": true },