diff options
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 5a8dca33d..f943386c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,11 +5,11 @@ "module": "esnext", "moduleResolution": "node", "noEmit": true, - "noLib": true, "pretty": true, "resolveJsonModule": true, "strict": true, - "target": "esnext" + "target": "esnext", + "lib": ["esnext"] }, "include": ["./**/*.ts"] } |
