diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 823302a..b0ed945 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,11 +17,11 @@ "lib": ["ES2022", "DOM"], "baseUrl": ".", "paths": { - "@/*": ["./src/*"] + "@/*": ["./packages/interactions/*"] } }, "include": [ - "src/**/*" + "packages/interactions/**/*" ], "exclude": [ "node_modules", |