From d4749eb32dd16a0876f726068273e17bef530766 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 12 Jun 2022 16:05:40 +0700 Subject: [PATCH 1/2] Update test.ts --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 37b321b..f9334ee 100644 --- a/test/test.ts +++ b/test/test.ts @@ -340,7 +340,7 @@ const types = new Map([ is: is.weakRef, assert: assert.weakRef, fixtures: window.WeakRef ? [new window.WeakRef({})] : [], - typename: 'WeakRef' + typename: 'WeakRef', }], ['weakMap', { is: is.weakMap, From b3ceb9fe685210dbcb8959a0e17c06e606221444 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 12 Jun 2022 16:05:53 +0700 Subject: [PATCH 2/2] Update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8dcddfa..e1c05ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "extends": "@sindresorhus/tsconfig", "compilerOptions": { - "outDir": "dist", - "lib": ["ESNext"] + "outDir": "dist" }, "include": [ "source"