Use deno typescript instead of node. Fix compilation errors for updated typescript. update setup script to install deno. use tmux when running localling for all processes.
This commit is contained in:
68
deno.lock
generated
Normal file
68
deno.lock
generated
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"version": "5",
|
||||
"specifiers": {
|
||||
"jsr:@deno-library/compress@*": "0.5.6",
|
||||
"jsr:@deno-library/crc32@1.0.2": "1.0.2",
|
||||
"jsr:@std/bytes@^1.0.2": "1.0.6",
|
||||
"jsr:@std/fs@1.0.5": "1.0.5",
|
||||
"jsr:@std/io@0.225.0": "0.225.0",
|
||||
"jsr:@std/path@1.0.8": "1.0.8",
|
||||
"jsr:@std/path@^1.0.7": "1.0.8",
|
||||
"jsr:@std/streams@^1.0.7": "1.0.17",
|
||||
"jsr:@std/tar@0.1.3": "0.1.3",
|
||||
"jsr:@zip-js/zip-js@2.7.53": "2.7.53",
|
||||
"npm:typescript@*": "6.0.2"
|
||||
},
|
||||
"jsr": {
|
||||
"@deno-library/compress@0.5.6": {
|
||||
"integrity": "9d76e37e7682fc8d3d99d5641a7af454ce4689b1df3fd3062141a1deb64453cd",
|
||||
"dependencies": [
|
||||
"jsr:@deno-library/crc32",
|
||||
"jsr:@std/fs",
|
||||
"jsr:@std/io",
|
||||
"jsr:@std/path@1.0.8",
|
||||
"jsr:@std/tar",
|
||||
"jsr:@zip-js/zip-js"
|
||||
]
|
||||
},
|
||||
"@deno-library/crc32@1.0.2": {
|
||||
"integrity": "d2061bfee30c87c97f285dfca0fdc4458e632dc072a33ecfc73ca5177a5a39a0"
|
||||
},
|
||||
"@std/bytes@1.0.6": {
|
||||
"integrity": "f6ac6adbd8ccd99314045f5703e23af0a68d7f7e58364b47d2c7f408aeb5820a"
|
||||
},
|
||||
"@std/fs@1.0.5": {
|
||||
"integrity": "41806ad6823d0b5f275f9849a2640d87e4ef67c51ee1b8fb02426f55e02fd44e",
|
||||
"dependencies": [
|
||||
"jsr:@std/path@^1.0.7"
|
||||
]
|
||||
},
|
||||
"@std/io@0.225.0": {
|
||||
"integrity": "c1db7c5e5a231629b32d64b9a53139445b2ca640d828c26bf23e1c55f8c079b3",
|
||||
"dependencies": [
|
||||
"jsr:@std/bytes"
|
||||
]
|
||||
},
|
||||
"@std/path@1.0.8": {
|
||||
"integrity": "548fa456bb6a04d3c1a1e7477986b6cffbce95102d0bb447c67c4ee70e0364be"
|
||||
},
|
||||
"@std/streams@1.0.17": {
|
||||
"integrity": "7859f3d9deed83cf4b41f19223d4a67661b3d3819e9fc117698f493bf5992140"
|
||||
},
|
||||
"@std/tar@0.1.3": {
|
||||
"integrity": "531270fc707b37ab9b5f051aa4943e7b16b86905e0398a4ebe062983b0c93115",
|
||||
"dependencies": [
|
||||
"jsr:@std/streams"
|
||||
]
|
||||
},
|
||||
"@zip-js/zip-js@2.7.53": {
|
||||
"integrity": "acea5bd8e01feb3fe4c242cfbde7d33dd5e006549a4eb1d15283bc0c778ed672"
|
||||
}
|
||||
},
|
||||
"npm": {
|
||||
"typescript@6.0.2": {
|
||||
"integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==",
|
||||
"bin": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user