Files
bytedance--flowgram.ai/config/ts-config/tsconfig.infra.node.json
T
wehub-resource-sync 0232b4e2bb
CI / build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:51 +08:00

13 lines
250 B
JSON

{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig.infra.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2019"
},
"ts-node": {
"files": true
}
}