Skip to content

Commit 54350a2

Browse files
committed
add esnext.disposable to base tsconfig
1 parent b05a6d5 commit 54350a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/scripts/base-tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"../@test-it/core/globals.d.ts"
88
],
99
"compilerOptions": {
10-
"lib": ["esnext", "dom"],
10+
"lib": ["esnext", "dom", "esnext.disposable"],
1111
"target": "ES2015",
1212
"module": "ES2015",
1313

0 commit comments

Comments
 (0)