commit 70857e72eddaf71288f061586d3edda8c2be2600 parent 3e48e7191ca4db148fcb9605df4ca93b785d50c5 Author: triesap <137732411+triesap@users.noreply.github.com> Date: Fri, 6 Dec 2024 05:57:12 +0000 themes: edit tsconfig Diffstat:
| M | themes/tsconfig.json | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/themes/tsconfig.json b/themes/tsconfig.json @@ -7,7 +7,8 @@ "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", - "noEmit": true + "noEmit": true, + "skipLibCheck": true }, "include": [ "src"