Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
ba0aaf2793 | |||
1f46e387e7 | |||
03625bfca4 | |||
cc92e3e9ca | |||
c1e66d498a | |||
bfbb802e88 | |||
655fd8b92e | |||
a240cdfde1 |
820
package-lock.json
generated
820
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/tsrun",
|
"name": "@gitzone/tsrun",
|
||||||
"version": "1.2.32",
|
"version": "1.2.36",
|
||||||
"description": "run typescript programs efficiently",
|
"description": "run typescript programs efficiently",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
@ -16,16 +16,16 @@
|
|||||||
"build": "(tsbuild)"
|
"build": "(tsbuild)"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@gitzone/tsbuild": "^2.1.43",
|
"@gitzone/tsbuild": "^2.1.63",
|
||||||
"@pushrocks/smartcli": "^3.0.14",
|
"@pushrocks/smartcli": "^3.0.14",
|
||||||
"@types/node": "^17.0.21",
|
"@types/node": "^17.0.42",
|
||||||
"node-fetch": "^3.2.2"
|
"node-fetch": "^3.2.6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartfile": "^9.0.6",
|
"@pushrocks/smartfile": "^10.0.2",
|
||||||
"@pushrocks/smartshell": "^2.0.30",
|
"@pushrocks/smartshell": "^2.0.30",
|
||||||
"ts-node": "^10.7.0",
|
"ts-node": "^10.8.1",
|
||||||
"typescript": "4.7.0"
|
"typescript": "^4.7.3"
|
||||||
},
|
},
|
||||||
"private": false,
|
"private": false,
|
||||||
"files": [
|
"files": [
|
||||||
|
8
ts/00_commitinfo_data.ts
Normal file
8
ts/00_commitinfo_data.ts
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/**
|
||||||
|
* autocreated commitinfo by @pushrocks/commitinfo
|
||||||
|
*/
|
||||||
|
export const commitinfo = {
|
||||||
|
name: '@gitzone/tsrun',
|
||||||
|
version: '1.2.36',
|
||||||
|
description: 'run typescript programs efficiently'
|
||||||
|
}
|
@ -9,7 +9,7 @@ const defaultTsNodeOptions: plugins.tsNode.CreateOptions = {
|
|||||||
useDefineForClassFields: false,
|
useDefineForClassFields: false,
|
||||||
esModuleInterop: true,
|
esModuleInterop: true,
|
||||||
strictNullChecks: false,
|
strictNullChecks: false,
|
||||||
moduleResolution: <any>'node12',
|
moduleResolution: <any>'nodenext',
|
||||||
module: <any>'ESNext',
|
module: <any>'ESNext',
|
||||||
importsNotUsedAsValues: <any>'preserve',
|
importsNotUsedAsValues: <any>'preserve',
|
||||||
} as CompilerOptions,
|
} as CompilerOptions,
|
||||||
|
Reference in New Issue
Block a user