2023-09-15 09:40:35 +00:00
|
|
|
{
|
|
|
|
|
"extends": "./tsconfig.app.json",
|
|
|
|
|
"exclude": [],
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
2024-04-15 08:53:35 +00:00
|
|
|
"target": "esnext", // 使用ES最新语法
|
|
|
|
|
"module": "esnext", // 使用ES模块语法
|
2023-09-15 09:40:35 +00:00
|
|
|
"lib": [],
|
|
|
|
|
"types": ["node", "jsdom"]
|
|
|
|
|
}
|
|
|
|
|
}
|