From f985598329b066829aba42018136f3913a127fe1 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 12 Nov 2020 00:09:09 +0100 Subject: [PATCH] Fix compiler options --- tsconfig.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 041bf5d7..d8a0e1e0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,14 @@ "esModuleInterop": true, "downlevelIteration": true, "forceConsistentCasingInFileNames": true, - "resolveJsonModule": true + "resolveJsonModule": true, + "baseUrl": ".", + "paths": { + "@mcschema/*": [ + "node_modules/@mcschema/*", + "*" + ] + } }, "include": [ "src"