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"