From c3498a9654c01f9579ca68a18641194ab07536d9 Mon Sep 17 00:00:00 2001 From: Lukas Lanzner Date: Wed, 4 Dec 2024 16:20:15 +0100 Subject: [PATCH] chore: fix tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f72ecb1..07b0aaa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "extends": "./.nuxt/tsconfig.json", "compilerOptions": { "paths": { - "@/*": ["./*"] + "@/*": ["./*"], + "~/*": ["./*"] } }, }