web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit a27f57d375f04a627552dcaacc129459fe31a997
parent 4fd76e51cf04470600f23831df83ec641f17a74e
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Wed, 16 Oct 2024 21:48:14 +0000

geocoder: update tsconfig

Diffstat:
Mgeocoder/tsconfig.json | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/geocoder/tsconfig.json b/geocoder/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "strict": true, "lib": [ "es2021", "WebWorker",