Skip to content

Commit 6cade3c

Browse files
authored
Update tsconfig.json
1 parent 9839f37 commit 6cade3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"target": "es6",
66
"moduleResolution": "node",
77
"sourceMap": true,
8-
"outDir": "dist"
8+
"outDir": "dist",
9+
"typeRoots": [ "./node_modules/@types", "/usr/local/share/.config/yarn/global/node_modules/@types" ]
910
},
1011
"lib": [
1112
"es2015"
1213
],
1314
"include": ["src/**/*"],
14-
}
15+
}

0 commit comments

Comments
 (0)