repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
241cf15
)
build(ci): test TS configuration support in sonar cloud action
author
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 27 Aug 2023 11:11:35 +0000
(13:11 +0200)
committer
Jérôme Benoit
<jerome.benoit@piment-noir.org>
Sun, 27 Aug 2023 11:11:35 +0000
(13:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
tsconfig.json
patch
|
blob
|
blame
|
history
diff --git
a/tsconfig.json
b/tsconfig.json
index ce2bf2c6e1c14a82285b93b8b86f91cad6829830..7b74ede7f6757a4878bc2c2402759bf7d2d06f5c 100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-7,6
+7,7
@@
"moduleResolution": "Node",
"declaration": true,
"strict": true,
+ "verbatimModuleSyntax": true,
"forceConsistentCasingInFileNames": true
},
"include": ["**/*.ts"],