X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=tsconfig.tsdoc.json;fp=tsconfig.tsdoc.json;h=9b3c4751ac2f8b18834f46e4dde106b2aa74712a;hb=09ce4635579f258237917df2913c2a9a457e0f52;hp=0000000000000000000000000000000000000000;hpb=4101537483d2883af1f76ef2366bb7e92d0d3c4e;p=poolifier.git diff --git a/tsconfig.tsdoc.json b/tsconfig.tsdoc.json new file mode 100644 index 00000000..9b3c4751 --- /dev/null +++ b/tsconfig.tsdoc.json @@ -0,0 +1,4 @@ +{ + "extends": "./tsconfig.json", + "exclude": ["examples/typescript/**/*.ts"] +}