mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-02 15:50:54 +08:00
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@vben/tsconfig/web.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"]
|
|
}
|