chore(frontend): 对齐 tsconfig exclude 列表
This commit is contained in:
parent
9eae3e6104
commit
a34a023675
|
|
@ -41,5 +41,5 @@
|
||||||
".next/types/**/*.ts",
|
".next/types/**/*.ts",
|
||||||
".next/dev/types/**/*.ts"
|
".next/dev/types/**/*.ts"
|
||||||
],
|
],
|
||||||
"exclude": ["node_modules", "generated", "imports"]
|
"exclude": ["node_modules", "generated"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue