diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-20 23:00:49 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-20 23:00:49 -0500 |
commit | 6af3662b47580f810bca0103ced31f666e15f007 (patch) | |
tree | 52d83139706a93457dec7f53dadc65bb366f2aa0 /tsconfig.json | |
parent | 4dfbeeb0b08600120a615baec53f1c7d6559fb61 (diff) | |
download | tanzanite-6af3662b47580f810bca0103ced31f666e15f007.tar.gz tanzanite-6af3662b47580f810bca0103ced31f666e15f007.tar.bz2 tanzanite-6af3662b47580f810bca0103ced31f666e15f007.zip |
do even more fixes
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2517aa4..6b7feca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -23,7 +23,8 @@ "removeComments": true, "paths": { "#lib": ["./src/lib/index.js"] - } + }, + "skipLibCheck": true }, "include": ["src/**/*.ts", "lib/**/*.ts", "ecosystem.config.cjs"], "exclude": ["dist", "node_modules"] |