chore: update site & dumi version (#25)

This commit is contained in:
xrkffgg
2020-12-31 14:27:48 +08:00
committed by GitHub
parent 44240d2ab3
commit b769c20e3f
6 changed files with 4 additions and 94 deletions

View File

@@ -1,16 +0,0 @@
{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "node",
"baseUrl": "./",
"jsx": "preserve",
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"paths": {
"@/*": ["src/*"],
"@@/*": ["src/.umi/*"],
"rc-dialog": ["src/index.ts"]
}
}
}