chore(blog-content): make ts-node use tsconfig
This commit is contained in:
parent
66ff7934b2
commit
4499130d8d
2 changed files with 9 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"dist/**"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "ts-node -O '{\"module\":\"commonjs\"}' --files ./src",
|
||||
"build": "ts-node --experimental-specifier-resolution=node ./src",
|
||||
"clean": "rm -rf .turbo node_modules dist"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue