update ignore path pattern for ts_node
This commit is contained in:
parent
d07c7a74e8
commit
a76aaa45d2
@ -13,7 +13,7 @@
|
|||||||
"test": "(npmts --notest && node ./cli.js test/test.ts)",
|
"test": "(npmts --notest && node ./cli.js test/test.ts)",
|
||||||
"format": "(gitzone format)",
|
"format": "(gitzone format)",
|
||||||
"build": "echo \"Not needed for now\"",
|
"build": "echo \"Not needed for now\"",
|
||||||
"postinstall": "ts-node --ignore '' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
|
"postinstall": "ts-node --ignore 'nothing' --compilerOptions '{\"lib\": [\"ES2015\"]}' scripts/postinstall.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^10.3.0"
|
"@types/node": "^10.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user