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

Commit b40161f

Browse files
committed
Merge pull request #44 from Microsoft/removeExperentalFlag
Remove experimentalAsyncFunctions from tsconfig
2 parents 6d9ca10 + 6fdc121 commit b40161f

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)