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" + // ] +}