We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7896bd7 commit 8a4413cCopy full SHA for 8a4413c
packages/leoric/tsconfig.json
@@ -4,7 +4,8 @@
4
"compilerOptions": {
5
"esModuleInterop": true,
6
"rootDir": "src",
7
- "outDir": "dist"
+ "outDir": "dist",
8
+ "target": "ES2021"
9
},
10
"include": [
11
"./src/**/*.ts"
0 commit comments