diff --git a/package.json b/package.json index 7a37c06..431c8a3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "griller", "license": "MIT", - "version": "1.0.19", + "version": "1.0.20", "private": false, "repository": { "url": "https://github.com/mvriu5/griller" diff --git a/tsconfig.json b/tsconfig.json index 3382a37..4496f8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "name": "next" } ], + "baseUrl": ".", "paths": { "@griller/*": ["src/component/*"], "@/*": ["src/*"]