diff options
| author | Shinigami <[email protected]> | 2024-04-30 08:21:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-30 06:21:53 +0000 |
| commit | d23cd68b82d10002a96757139b4838ef363b0553 (patch) | |
| tree | 313f31cb39476621bd794ec534e721fa515bcf11 /tsconfig.json | |
| parent | 13dc42054abc6188c314acf98cec73f0283072c2 (diff) | |
| download | faker-d23cd68b82d10002a96757139b4838ef363b0553.tar.xz faker-d23cd68b82d10002a96757139b4838ef363b0553.zip | |
infra: enable verbatimModuleSyntax (#2864)
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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, |
