repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8884ff
)
Refine tsconfig.json
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 21 Oct 2022 20:57:06 +0000
(22:57 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 21 Oct 2022 20:57:06 +0000
(22:57 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
tsconfig.json
patch
|
blob
|
blame
|
history
diff --git
a/tsconfig.json
b/tsconfig.json
index 442a4745b053de18dd6689c1c7dd0e17d4e5e020..a4fa43bad92ab38ad6d903d6acd497fcfdccd0a9 100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-9,5
+9,5
@@
"importsNotUsedAsValues": "error"
},
"include": ["**/*.ts"],
- "exclude": ["node_modules"]
+ "exclude": ["node_modules"
, "lib"
]
}