Skip to content

Commit 8a4413c

Browse files
committed
fix: test
1 parent 7896bd7 commit 8a4413c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/leoric/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"compilerOptions": {
55
"esModuleInterop": true,
66
"rootDir": "src",
7-
"outDir": "dist"
7+
"outDir": "dist",
8+
"target": "ES2021"
89
},
910
"include": [
1011
"./src/**/*.ts"

0 commit comments

Comments
 (0)