项目文件夹

文件
2026-07-13 12:38:34 +08:00

13 行
246 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.options.json",
"compilerOptions": {
"rootDir": ".",
"paths": {
"src/*": ["./src/*"],
"test/*": ["./test/*"]
}
},
"include": ["test"]
}