mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 08:27:22 +08:00
14 lines
263 B
JSON
14 lines
263 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.node.json",
|
|
"include": [
|
|
"vite.config.*",
|
|
"vitest.config.*",
|
|
"cypress.config.*"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |