mirror of
https://github.com/djhackersdev/minime.git
synced 2026-09-08 18:45:21 -05:00
Add local typings directory to project
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user