mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 11:51:08 +08:00
13 lines
189 B
JSON
13 lines
189 B
JSON
{
|
|
"extends": "../cli/config/tsconfig.json",
|
|
"compilerOptions": {},
|
|
"include": [
|
|
"src",
|
|
"env.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
} |