Files
claw-code/docs/tsconfig.node.json
2023-06-11 21:15:23 +08:00

14 lines
235 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "NodeNext"
},
"ts-node": {
"transpileOnly": true,
"require": [
"typescript-transform-paths/register",
"tsconfig-paths/register"
]
}
}