Add local typings directory to project

This commit is contained in:
Tau 2019-10-09 15:51:43 -04:00
parent 254478e20c
commit 1567b689b9

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"]