web_lib

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

commit 706c8e47136a85f6466e65f254c285551069da54
parent bb4b1e9bef526b831cc9742b9546ec855c3a10ca
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sat, 21 Dec 2024 08:18:12 +0000

client: edit tsconfig

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

diff --git a/client/tsconfig.json b/client/tsconfig.json @@ -11,6 +11,7 @@ "rootDir": "./src", "noEmit": true, "esModuleInterop": true, + "skipLibCheck": true }, "include": [ "src"