X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=7b74ede7f6757a4878bc2c2402759bf7d2d06f5c;hb=965df41c6c7d333fa41026dac1ad8bbd8c62080d;hp=ce2bf2c6e1c14a82285b93b8b86f91cad6829830;hpb=2845f2a5555247bbc4e5f6f1059d4f95405a49cd;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index ce2bf2c6..7b74ede7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "moduleResolution": "Node", "declaration": true, "strict": true, + "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true }, "include": ["**/*.ts"],