update npm scripts

pull/3/head
SiRanWeb 2022-10-23 19:35:06 +03:00
rodzic 23ef9335d3
commit e03b2f132c
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,7 +5,8 @@
"main": "./dist/index.js",
"type": "module",
"scripts": {
"ts:watch": "tsc -p ./tsconfig.json",
"tsc": "tsc -p ./tsconfig.json",
"tsc:watch": "tsc -w -p ./tsconfig.json",
"start": "node --es-module-specifier-resolution=node build/index.js",
"start:dev": "nodemon --es-module-specifier-resolution=node build/index.js"
},

Wyświetl plik

@ -1,6 +1,5 @@
{
"compilerOptions": {
"watch": true,
"outDir": "./dist",
"declaration": true,
"target": "es2016",