Add local typings directory to project
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@
|
|||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"outDir": "./bin/",
|
"outDir": "./bin/",
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"target": "esnext"
|
"target": "esnext",
|
||||||
|
"typeRoots": ["./node_modules/@types", "./types"]
|
||||||
},
|
},
|
||||||
"include": ["./src/"],
|
"include": ["./src/"],
|
||||||
"exclude": ["./src/**/*.test.ts"]
|
"exclude": ["./src/**/*.test.ts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user