web_lib

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

commit 58358b68676bafc3023fefc8256fdc8956b0196f
parent 7e27bbaeed5190c0be5907ebfeccceff8c366243
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Tue,  8 Oct 2024 07:59:39 +0000

geocoder: update tsconfig

Diffstat:
Mgeocoder/tsconfig.json | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/geocoder/tsconfig.json b/geocoder/tsconfig.json @@ -1,12 +1,14 @@ { "compilerOptions": { "lib": [ - "es2021" + "es2021", + "WebWorker", ], "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", - "noEmit": true + "noEmit": true, + "skipLibCheck": true, }, "include": [ "src"