mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"moduleResolution": "node",
|
|
"baseUrl": "./",
|
|
"jsx": "preserve",
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@@/*": ["src/.umi/*"],
|
|
"rc-dialog": ["src/index.ts"]
|
|
}
|
|
}
|
|
}
|