aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinigami <[email protected]>2024-04-30 08:21:53 +0200
committerGitHub <[email protected]>2024-04-30 06:21:53 +0000
commitd23cd68b82d10002a96757139b4838ef363b0553 (patch)
tree313f31cb39476621bd794ec534e721fa515bcf11
parent13dc42054abc6188c314acf98cec73f0283072c2 (diff)
downloadfaker-d23cd68b82d10002a96757139b4838ef363b0553.tar.xz
faker-d23cd68b82d10002a96757139b4838ef363b0553.zip
infra: enable verbatimModuleSyntax (#2864)
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a949c9c3..6d3b09b3 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,6 +7,7 @@
"noEmit": true,
"declaration": true,
"stripInternal": true,
+ "verbatimModuleSyntax": true,
// These are configs specifically for !build and have to be reverted in the tsconfig.build.json
"skipLibCheck": true,