diff --git a/tsconfig.json b/tsconfig.json index 58e9afd38..dd7fb5f36 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -103,5 +103,9 @@ "ts-node": { "esm": true, "experimentalSpecifierResolution": "node", + // Fix typescript@>=5.6.0 breaking ts-node@10.9.2 + // WARN: this will skip type checking! + // https://github.com/nodejs/node/issues/48207#issuecomment-1880644283 + "transpileOnly": true } }