fix(core): update
This commit is contained in:
parent
0715f88189
commit
a0d523513b
@ -19,14 +19,14 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.63",
|
"@gitzone/tsbuild": "^2.1.63",
|
||||||
"@pushrocks/smartcli": "^4.0.6",
|
"@pushrocks/smartcli": "^4.0.6",
|
||||||
"@types/node": "^18.11.2",
|
"@types/node": "^20.2.5",
|
||||||
"node-fetch": "^3.2.6"
|
"node-fetch": "^3.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartfile": "^10.0.2",
|
"@pushrocks/smartfile": "^10.0.7",
|
||||||
"@pushrocks/smartshell": "^2.0.30",
|
"@pushrocks/smartshell": "^2.0.30",
|
||||||
"ts-node": "^10.8.1",
|
"ts-node": "^10.8.1",
|
||||||
"typescript": "^4.7.3"
|
"typescript": "^5.1.3"
|
||||||
},
|
},
|
||||||
"private": false,
|
"private": false,
|
||||||
"files": [
|
"files": [
|
||||||
|
584
pnpm-lock.yaml
generated
584
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@gitzone/tsrun',
|
name: '@gitzone/tsrun',
|
||||||
version: '1.2.39',
|
version: '1.2.40',
|
||||||
description: 'run typescript programs efficiently'
|
description: 'run typescript programs efficiently'
|
||||||
}
|
}
|
||||||
|
@ -11,7 +11,7 @@ const defaultTsNodeOptions: plugins.tsNode.CreateOptions = {
|
|||||||
strictNullChecks: false,
|
strictNullChecks: false,
|
||||||
moduleResolution: <any>'nodenext',
|
moduleResolution: <any>'nodenext',
|
||||||
module: <any>'ESNext',
|
module: <any>'ESNext',
|
||||||
importsNotUsedAsValues: <any>'preserve',
|
verbatimModuleSyntax: true,
|
||||||
} as CompilerOptions,
|
} as CompilerOptions,
|
||||||
esm: true,
|
esm: true,
|
||||||
skipIgnore: true,
|
skipIgnore: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user