mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-09 09:14:06 +00:00
Enable source maps for transpiled files (#242)
* Rename .spec files to .test files. * Enable source maps. * Pass enable-source-maps flag for transpiled files. Co-authored-by: nabarun <nabarun@deepstacksoft.com> Co-authored-by: prathamesh <prathamesh.musale0@gmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha -r ts-node/register src/**/*.spec.ts",
|
||||
"test": "mocha -r ts-node/register src/**/*.test.ts",
|
||||
"build": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user