Fix lint error

This commit is contained in:
Jerome Wu
2022-09-30 17:27:59 +08:00
parent c278b8dfe9
commit 15c5019159
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/esm",