diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2367186..afb8e79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,6 @@ "module": "commonjs", "target": "es5", "outDir": "out", - "noLib": true, "sourceMap": true, "rootDir": "." }, |