From 9ec2f1f9e8f6636532479b6077a3841f20d16218 Mon Sep 17 00:00:00 2001 From: Ryan Naddy Date: Mon, 20 Nov 2023 10:46:41 -0600 Subject: [PATCH 1/2] Update tsconfig.json --- misc/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/misc/tsconfig.json b/misc/tsconfig.json index 17491ff3..5b54240d 100644 --- a/misc/tsconfig.json +++ b/misc/tsconfig.json @@ -9,6 +9,9 @@ "experimentalDecorators": true, "jsx": "preserve", "sourceMap": true, - "sourceRoot": "." + "sourceRoot": ".", + "paths": { + "decorators": ["./decorators"], + }, } } From 57fc58133cc60762d4e93399971b58c3ba3c51fb Mon Sep 17 00:00:00 2001 From: Ryan Naddy Date: Mon, 20 Nov 2023 10:49:51 -0600 Subject: [PATCH 2/2] Update tsconfig.json --- misc/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tsconfig.json b/misc/tsconfig.json index 5b54240d..5d48ca9c 100644 --- a/misc/tsconfig.json +++ b/misc/tsconfig.json @@ -12,6 +12,6 @@ "sourceRoot": ".", "paths": { "decorators": ["./decorators"], - }, + } } }