You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
"CHANGELOG.md"
32
32
],
33
33
"scripts": {
34
-
"build": "pnpm run ts-node-run ./scripts/build.ts",
34
+
"build": "pnpm run ts-node-run -- ./scripts/build.ts",
35
35
"coverage": "jest --coverage",
36
36
"dev": "onchange -i \"**/*.ts\"\"tsconfig*.json\" -- pnpm run build",
37
37
"lint-fix": "pnpm run lint -- --fix",
@@ -72,7 +72,7 @@
72
72
"tsdetect.mode": {
73
73
"type": "string",
74
74
"default": "auto",
75
-
"markdownDescription": "Set this `\"manual\"` to disable auto initialization. Variable `b:tsdetect_is_node` remains avaiable.",
75
+
"markdownDescription": "Set this `\"manual\"` to disable auto initialization. Variable `b:tsdetect_is_node` remains available.",
76
76
"enum": [
77
77
"auto",
78
78
"manual"
@@ -113,7 +113,7 @@
113
113
"examples": [
114
114
{}
115
115
],
116
-
"markdownDescription": "Workspace configuration to be set in Node.js environtment. If you want to extend original configuration, you need to include default ones. Not recommended to touch `deno.enable` and `tsserver.enable`."
116
+
"markdownDescription": "Workspace configuration to be set in Node.js environment. If you want to extend original configuration, you need to include default ones. Not recommended to touch `deno.enable` and `tsserver.enable`."
117
117
},
118
118
"tsdetect.denoOverride": {
119
119
"type": "object",
@@ -133,7 +133,7 @@
133
133
"deno.unstable": true
134
134
}
135
135
],
136
-
"markdownDescription": "Workspace configuration to be set in Deno environtment. If you want to extend original configuration, you need to include default ones. Not recommended not to touch `deno.enable` and `tsserver.enable`."
136
+
"markdownDescription": "Workspace configuration to be set in Deno environment. If you want to extend original configuration, you need to include default ones. Not recommended not to touch `deno.enable` and `tsserver.enable`."
0 commit comments