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