Skip to content

Commit 39bcb54

Browse files
committed
Update Docs
1 parent 31e8414 commit 39bcb54

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"compilerOptions": {
33
/* Visit https://aka.ms/tsconfig.json to read more about this file */
4+
"target": "es2017",
5+
"module": "esnext",
6+
"moduleResolution": "node",
47

5-
/* Basic Options */
6-
// "incremental": true, /* Enable incremental compilation */
7-
"target": "esnext",
8-
/* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019', 'ES2020', or 'ESNEXT'. */
9-
"module": "commonjs",
108
/* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', 'es2020', or 'ESNext'. */
119
"lib": [
12-
"esnext"
10+
"esnext",
11+
"dom"
1312
],
1413
/* Specify library files to be included in the compilation. */
1514
"declaration": true,

0 commit comments

Comments
 (0)