diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 620512a..5d87ced 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,13 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, - "lib": ["DOM", "esnext", "esnext.array", "esnext.asynciterable", "esnext.symbol"], + "lib": [ + "DOM", + "esnext", + "esnext.array", + "esnext.asynciterable", + "esnext.symbol" + ], "module": "commonjs", "moduleResolution": "node", "strict": true, |