Add local typings directory to project

This commit is contained in:
Tau
2019-11-06 17:28:30 -05:00
parent 254478e20c
commit 1567b689b9
+2 -1
View File
@@ -6,7 +6,8 @@
"moduleResolution": "node",
"outDir": "./bin/",
"strictNullChecks": true,
"target": "esnext"
"target": "esnext",
"typeRoots": ["./node_modules/@types", "./types"]
},
"include": ["./src/"],
"exclude": ["./src/**/*.test.ts"]