changed script import path to skip compilation step

This commit is contained in:
Jonathan Barrow
2023-09-26 15:34:29 -04:00
parent 147d2f3ea9
commit ad0c25f68b
4 changed files with 33 additions and 2 deletions

View File

@@ -17,5 +17,8 @@
}
},
"include": ["src"],
"exclude": ["node_modules", "**/__tests__/*"]
"exclude": ["node_modules", "**/__tests__/*"],
"ts-node": {
"require": ["tsconfig-paths/register"]
}
}