Skip to content

Commit e0304e5

Browse files
committed
chore(tsconfig): 🔧 add import helpers
1 parent dac2acf commit e0304e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "es5",
3+
"target": "es6",
44
"module": "esnext",
55
"lib": ["dom", "esnext", "dom.iterable"],
66
"types": ["node", "jest", "@testing-library/jest-dom"],
@@ -21,6 +21,7 @@
2121
"skipLibCheck": true,
2222
"declaration": true,
2323
"declarationDir": "dist/types",
24+
"importHelpers": true,
2425
"sourceMap": true
2526
}
2627
}

0 commit comments

Comments
 (0)