mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2026-02-21 16:37:21 +08:00
24 lines
383 B
JSON
24 lines
383 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.web.json",
|
|
"module": "esnext",
|
|
"include": [
|
|
"env.d.ts",
|
|
"src/**/*",
|
|
"src/**/*.vue",
|
|
"docs/.vuepress/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"isolatedModules": true,
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
}
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.config.json"
|
|
}
|
|
]
|
|
} |