Update plausible

This commit is contained in:
Andras Schmelczer 2025-08-30 16:50:43 +01:00
parent 787450e064
commit f7d069458f
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
6 changed files with 29 additions and 416 deletions

View file

@ -5,8 +5,11 @@
"module": "es6",
"target": "es5",
"sourceMap": true,
"moduleResolution": "node",
"strict": true,
"allowJs": true,
"lib": ["dom"]
"lib": [
"dom"
]
}
}
}