docs(auto-import-resolver): update README and folder name (#12241)

* docs(auto-import-resolver): update README and folder name

* chore: update lock

* docs: fix path
This commit is contained in:
neverland
2023-09-03 09:28:13 +08:00
committed by GitHub
parent d1538c3489
commit 80f600af93
11 changed files with 38 additions and 84 deletions
@@ -0,0 +1,9 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "./dist",
"declaration": true
},
"include": ["src/**/*"],
"exclude": ["**/node_modules", "**/.*/"]
}