chore: lint

This commit is contained in:
07akioni 2022-04-19 00:48:50 +08:00
parent e5f3e2f6a2
commit 4b305eafde
4 changed files with 5 additions and 8 deletions

View File

@ -8,4 +8,4 @@
"path": "./themes/tusimple/tsconfig.cjs.json"
}
]
}
}

View File

@ -8,4 +8,4 @@
"path": "./themes/tusimple/tsconfig.esm.json"
}
]
}
}

View File

@ -17,9 +17,6 @@
"composite": true,
"target": "ES6",
"esModuleInterop": true,
"lib": [
"ESNext",
"DOM"
]
"lib": ["ESNext", "DOM"]
}
}
}

View File

@ -3,4 +3,4 @@
"compilerOptions": {
"jsx": "react"
}
}
}