diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 17:21:29 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 17:21:29 +0200 |
| commit | 270f592fc65cd5553ccf7c0dc81431c3efdf67ab (patch) | |
| tree | 4c1c53f3c40b6324201dda10a8c30c7438fcbde7 /tsconfig.json | |
| parent | ed216fcfbd19d97f35292ceb9af77aab989446b0 (diff) | |
feat(frontend): bundle htmx and set every external link to target blank
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
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", |
