Adding include section to tsconfig
This commit is contained in:
parent
a5e8f044ed
commit
d0a65f7f4f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@hibas123/utils",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Different Utilities, that are not worth own packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -8,5 +8,8 @@
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
"strict": true
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"./src"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user