aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorStefano <[email protected]>2024-11-04 14:41:11 +0000
committerGitHub <[email protected]>2024-11-04 14:41:11 +0000
commitc0aadaf3203389c7749baa2a6a7603d85acc2bcd (patch)
tree961a67e0b2bbf84180fe975bbe750053ba6defe4 /tsconfig.json
parent63e55d9fd6418663225c5b5e8d4b2adb7ebdad09 (diff)
downloadmuse-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.json3
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"]