Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Commit 7e97625

Browse files
committed
fix(overmind-plugin): Added moduleresolution
1 parent 255a768 commit 7e97625

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es6",
3+
"target": "es5",
44
"lib": ["dom", "es2017"],
5+
"moduleResolution": "node",
56
"module": "esnext",
67
"allowJs": false,
78
"strict": true,

0 commit comments

Comments
 (0)