mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 19:59:38 +08:00
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"extends": "./config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|