diff --git a/apps/nt-headless-ui/tsconfig.json b/apps/nt-headless-ui/tsconfig.json index 3a19fb3..e2da04a 100644 --- a/apps/nt-headless-ui/tsconfig.json +++ b/apps/nt-headless-ui/tsconfig.json @@ -23,8 +23,7 @@ ], "baseUrl": ".", "paths": { - "@/*": ["./*"], - "@stylesheet": ["../nt-stylesheet/*"] + "@/*": ["./*"] }, "noEmit": true },