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