From 8a50653511fc259f89aeb45243e2683349f7fe6e Mon Sep 17 00:00:00 2001 From: joygnu Date: Wed, 28 Aug 2024 22:17:19 +0200 Subject: [PATCH] update --- flake.lock | 6 +++--- home/ags/tsconfig.json | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 home/ags/tsconfig.json diff --git a/flake.lock b/flake.lock index 92a0c39..0b1bfeb 100644 --- a/flake.lock +++ b/flake.lock @@ -142,11 +142,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1724731400, - "narHash": "sha256-klgzVGrczaklPJTVL2ZvmvzmwmuMpcskTKBywG3IHow=", + "lastModified": 1724817789, + "narHash": "sha256-520wi6QMLdssqqdsTdSfVZRgjoBS4tZI0wi8Jll9juE=", "owner": "rycee", "repo": "nur-expressions", - "rev": "f642fc3ebf2524acf95b49456375c9e61d4b0447", + "rev": "4617ae75fdf11f6738ea2504db130f3add9c24cd", "type": "gitlab" }, "original": { diff --git a/home/ags/tsconfig.json b/home/ags/tsconfig.json new file mode 100644 index 0000000..bdd7690 --- /dev/null +++ b/home/ags/tsconfig.json @@ -0,0 +1,21 @@ +{ + "compilerOptions": { + "target": "ES2022", + "module": "ES2022", + "lib": [ + "ES2022" + ], + "allowJs": true, + "checkJs": true, + "strict": true, + "noImplicitAny": false, + "baseUrl": ".", + "typeRoots": [ + "./types" + ], + "skipLibCheck": true + } + // "include": [ + // "*/*.ts" + // ] +}