From 773d657ad103bd6911eddeac8618942bb9fcbcce Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 9 Sep 2024 17:59:57 +0100 Subject: Add footnotes feature --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 90ae06b..996d9fd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "module": "es2022", "moduleResolution": "node", "allowSyntheticDefaultImports": true, - "strict": false + "strict": false, + "skipLibCheck": true }, "include": ["./app/**/*.ts"], } -- cgit v1.2.3-70-g09d2