diff --git a/tsconfig.json b/tsconfig.json index bfa1fa5..538c378 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,5 +27,6 @@ "paths": { "@/*": ["./src/*"] } - } + }, + "exclude": ["web", "node_modules"] }