Files
vtj/packages/cli/tsconfig.json
2025-10-28 10:26:21 +08:00

13 lines
196 B
JSON

{
"extends": "./config/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "6.0"
},
"include": ["src"],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}