diff --git a/tsconfig.json b/tsconfig.json index 922f76b10..1ca49efb1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,10 @@ { "name": "next" } - ] + ], + "paths": { + "~/*": ["./src/*"] + }, }, "include": [ "next-env.d.ts",