web_lib

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

commit d84b3d5a3f8c363d074747e0b434d725a794b277
parent 66d5d46750058290296e701eb3b1970a0b52e6c7
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Wed, 16 Oct 2024 20:54:22 +0000

themes: update tsconfig

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

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