Files
issues-helper/tsconfig.json
xrkffgg 18ae4ef9c4 feat: add online doc (#13)
* feat: add online site

* add
2020-12-27 02:16:18 +08:00

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"]
}
}
}