From 270f592fc65cd5553ccf7c0dc81431c3efdf67ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 17:21:29 +0200 Subject: feat(frontend): bundle htmx and set every external link to target blank --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index bfa0fea..56d55cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { // Environment setup & latest features - "lib": ["ESNext"], - "target": "ESNext", + "lib": ["ESNext", "DOM"], + "target": "ES2018", "module": "Preserve", "moduleDetection": "force", "jsx": "react-jsx", -- cgit v1.2.3