This commit is contained in:
joygnu 2024-08-28 22:17:19 +02:00
parent 19ab1a665b
commit 8a50653511
2 changed files with 24 additions and 3 deletions

View file

@ -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": {

21
home/ags/tsconfig.json Normal file
View file

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