From 53bc773c4a2a0b60bdf2d1ec94d46267fb4c6712 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 11 Jun 2021 12:09:57 -0400 Subject: [PATCH] add changeset --- .changeset/wild-pumas-jam.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/wild-pumas-jam.md diff --git a/.changeset/wild-pumas-jam.md b/.changeset/wild-pumas-jam.md new file mode 100644 index 0000000000000..f687c21617b75 --- /dev/null +++ b/.changeset/wild-pumas-jam.md @@ -0,0 +1,5 @@ +--- +'@sveltejs/adapter-node': patch +--- + +Fix build when using TypeScript and there is a `tsconfig.json` with `target: 'es2019'` or earlier