File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
lbt-plutus/lbt-plutus-purescript
lbt-prelude/lbt-prelude-purescript Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ lbfTypescriptOpts@{
48
48
text = ''
49
49
{
50
50
"compilerOptions": {
51
- "target": "es2020",
52
- "module": "node16",
51
+ "target": "es2020",
52
+ "module": "node16",
53
53
"moduleResolution": "node16",
54
54
"rootDir": "./src",
55
55
"declaration": true,
@@ -75,7 +75,7 @@ lbfTypescriptOpts@{
75
75
"noPropertyAccessFromIndexSignature": true,
76
76
"noImplicitReturns": true,
77
77
"noFallthroughCasesInSwitch": true,
78
- "noUnusedLocals": true,
78
+ "noUnusedLocals": true,
79
79
"noUnusedParameters": true,
80
80
}
81
81
}
201
201
] ;
202
202
buildInputs = [
203
203
pkgs . jq
204
- pkgs . nodejs-18_x
204
+ pkgs . nodejs
205
205
] ;
206
206
buildPhase = ''
207
207
export HOME=$(mktemp -d)
218
218
# characters. Probably should write a quick check for this..
219
219
220
220
# Note(jaredponn):
221
- # What is going on here? We create a JQ filter which
221
+ # What is going on here? We create a JQ filter which
222
222
# - For every `LambdaBuffers/Module/Generated.mts`,
223
223
# - Add `exports."./LambdaBuffers/Module/Generated.mts": "./dist/LambdaBuffers/Module/Generated.mts"` to `package.json`
224
224
Original file line number Diff line number Diff line change 20
20
withRuntime = false ;
21
21
packageLockOnly = true ;
22
22
packages = [
23
- pkgs . nodejs-18_x
23
+ pkgs . nodejs
24
24
pkgs . bashInteractive
25
25
pkgs . fd
26
26
] ++ config . settings . shell . tools ;
Original file line number Diff line number Diff line change 20
20
withRuntime = false ;
21
21
packageLockOnly = true ;
22
22
packages = [
23
- pkgs . nodejs-18_x
23
+ pkgs . nodejs
24
24
pkgs . bashInteractive
25
25
pkgs . fd
26
26
] ++ config . settings . shell . tools ;
Original file line number Diff line number Diff line change 34
34
withRuntime = false ;
35
35
packageLockOnly = true ;
36
36
packages = [
37
- pkgs . nodejs-18_x
37
+ pkgs . nodejs
38
38
pkgs . bashInteractive
39
39
pkgs . fd
40
40
] ++ config . settings . shell . tools ;
Original file line number Diff line number Diff line change 32
32
withRuntime = false ;
33
33
packageLockOnly = true ;
34
34
packages = [
35
- pkgs . nodejs-18_x
35
+ pkgs . nodejs
36
36
pkgs . bashInteractive
37
37
pkgs . fd
38
38
] ++ config . settings . shell . tools ;
You can’t perform that action at this time.
0 commit comments