mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-06-18 00:23:27 +08:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"extends": "./node_modules/@vtj/cli/config/tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["src/vite/*.ts", ".vtj"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|