tsconfig path fix

This commit is contained in:
Ralfs 2021-05-24 21:54:37 +03:00
parent e4acf7bec2
commit 80f7e5c826
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"node": ">=10"
},
"scripts": {
"build": "tsc --project tsconfig.production.json",
"build": "tsc --project ./tsconfig.production.json",
"start": "ts-node src/tests.ts",
"clean": "rm -rf lib",
"prepare": "run-s clean build",