X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.development.json;h=3538a147d557ed6650eb4a3e61a080ce2513636e;hb=2b099bf720dbf4bd7848897f8aac043ce08c414c;hp=87915c1e67db042c15cc271103d0070baf6c54d9;hpb=ce68dd225a5625b4a2d3c651659f33b7731736b5;p=poolifier.git diff --git a/tsconfig.development.json b/tsconfig.development.json index 87915c1e..3538a147 100644 --- a/tsconfig.development.json +++ b/tsconfig.development.json @@ -1,7 +1,8 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "sourceMap": true + "sourceMap": true, + "verbatimModuleSyntax": true }, "exclude": ["node_modules", "lib", "examples/typescript/**/*.ts"] }