commit 19271a180f97be90188dbd11823ac16fd0cc0032
parent 5538ad877af052e46c91f75d489958b24c419061
Author: Florian Dold <florian@dold.me>
Date: Wed, 28 Jan 2026 19:35:23 +0100
-comment
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/tsconfig.defaults.json b/tsconfig.defaults.json
@@ -25,6 +25,8 @@
"module": "Node16",
"moduleResolution": "Node16",
"esModuleInterop": true,
+ // This is vital for exports in package.json of
+ // packages in this repo to work.
"preserveSymlinks": true
}
}