mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 04:22:33 +08:00
24 lines
397 B
JSON
24 lines
397 B
JSON
{
|
|
"extends": [
|
|
"@tsconfig/node22/tsconfig.json"
|
|
],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"paths": {
|
|
"~/*": [
|
|
"./*"
|
|
],
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
}
|