Minor optimization

This commit is contained in:
Jerome Wu
2023-07-26 21:39:04 +08:00
parent 9eb314e27d
commit ef6c5d2156
5 changed files with 7 additions and 94 deletions

View File

@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "esnext",
"outDir": "dist/esm",
"target": "esnext",
"moduleResolution": "nodenext"
}
}