tsc a project
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests",
|
"pretest": "tsc ts/tests/*Test.ts --module commonjs --outDir ./build/tests",
|
||||||
"test": "./node_modules/.bin/mocha ./build/tests/**/*Test.js",
|
"test": "./node_modules/.bin/mocha ./build/tests/**/*Test.js",
|
||||||
"prepublish": "tsc --rootDir='/ts'"
|
"prepublish": "tsc -p ts"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user