Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 6fdc121

Browse files
committed
Remove experimentalAsyncFunctions from tsconfig
1 parent 04e2fd8 commit 6fdc121

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

async/src/lib/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"target": "ES6",
4-
"module": "commonjs",
5-
"experimentalAsyncFunctions": true
4+
"module": "commonjs"
65
}
76
}

0 commit comments

Comments
 (0)