refactor: rename ployfill to polyfill

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2021-03-26 16:17:13 +08:00
parent 67aa4302e0
commit 93f44e5a00
12 changed files with 18 additions and 13 deletions

View File

@ -0,0 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist"
}
}