From c231b993bc3b70c15411677197d83c3a85b40936 Mon Sep 17 00:00:00 2001 From: Ryan Naddy Date: Sat, 20 Jan 2024 03:32:51 -0600 Subject: [PATCH] Update tsconfig.json (#183) --- misc/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/tsconfig.json b/misc/tsconfig.json index 17491ff3..5d48ca9c 100644 --- a/misc/tsconfig.json +++ b/misc/tsconfig.json @@ -9,6 +9,9 @@ "experimentalDecorators": true, "jsx": "preserve", "sourceMap": true, - "sourceRoot": "." + "sourceRoot": ".", + "paths": { + "decorators": ["./decorators"], + } } }