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

Commit 84d7760

Browse files
committed
Removed 'files' property from async sample tsconfig
1 parent 26307cf commit 84d7760

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

async/src/lib/tsconfig.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,5 @@
33
"target": "ES6",
44
"module": "commonjs",
55
"experimentalAsyncFunctions": true
6-
},
7-
"files": [
8-
"typings/tsd.d.ts",
9-
"index.ts",
10-
"utils.ts",
11-
"github.ts"
12-
]
6+
}
137
}

0 commit comments

Comments
 (0)