mirror of
https://github.com/djhackersdev/minime.git
synced 2026-04-25 08:06:45 -05:00
Add local typings directory to project
This commit is contained in:
parent
254478e20c
commit
1567b689b9
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user