From 0ed16ed7ca4ce240939743e00b34686991d961d6 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 23 Mar 2020 21:49:31 +0100 Subject: [PATCH] run tsd with isolatedModules --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 0a4aaa9..7189603 100644 --- a/package.json +++ b/package.json @@ -60,5 +60,10 @@ "unicorn/prefer-string-slice": "off", "unicorn/prefer-includes": "off" } + }, + "tsd": { + "compilerOptions": { + "isolatedModules": true + } } }