repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f98d75
)
fix: linting issue with paths
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:27:44 +0000
(10:27 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 18 Mar 2023 09:27:44 +0000
(10:27 +0100)
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 80f498ba9959f80cf6667a16d8d7fe8484801fb5..fcd4c45ee6f79f0de9fc9d5ff74e573f9cf0baf1 100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-8,5
+8,6
@@
"strict": true,
"verbatimModuleSyntax": true
},
- "include": ["src/**/*.ts"]
+ "include": ["**/*.ts"],
+ "exclude": ["node_modules", "lib"]
}