Skip to content

Commit 6fdc121

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)