chore: 更新 tsconfig 配置以指定 tsBuildInfoFile 路径

This commit is contained in:
严浩 2024-11-30 20:16:18 +08:00
parent 171a03cefc
commit 75d5f91c4b
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",