diff options
| author | Stefano <[email protected]> | 2024-11-04 14:41:11 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-04 14:41:11 +0000 |
| commit | c0aadaf3203389c7749baa2a6a7603d85acc2bcd (patch) | |
| tree | 961a67e0b2bbf84180fe975bbe750053ba6defe4 /tsconfig.json | |
| parent | 63e55d9fd6418663225c5b5e8d4b2adb7ebdad09 (diff) | |
| download | muse-c0aadaf3203389c7749baa2a6a7603d85acc2bcd.tar.xz muse-c0aadaf3203389c7749baa2a6a7603d85acc2bcd.zip | |
Lets see how this goes. Dependency downgrade due to broken update.
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 5685334..1a0bfa5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,8 @@ "esModuleInterop": true, "sourceMap": true, "resolveJsonModule": true, - "outDir": "dist" + "outDir": "dist", + "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules"] |
