Update nodemon.json & package.json scripts to use tsconfig-paths

This commit is contained in:
Max Schmidt
2023-06-17 12:25:57 +02:00
parent b7f60e1f47
commit f83cb88bfd
4 changed files with 22 additions and 8 deletions

View File

@ -1,4 +1,5 @@
{
"ext": "ts",
"ignore": ["src/types.ts"],
"exec": "yarn generate:types && ts-node src/server.ts"
}