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