X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=75b92b541806ab3119092ede960bc4c097a8db64;hb=ee99693bf5c34d3acaf39db6d4506297b183e47d;hp=5174d416e4a593272886c6233e9e477ba324ef32;hpb=4ade5f1f37bee847b9cd2bac3c4d7a9903d62a01;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 5174d416..75b92b54 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,8 +4,9 @@ "module": "CommonJS", "outDir": "lib", "esModuleInterop": true, - "declaration": true + "declaration": true, + "strict": true }, - "include": ["src/**/*"], + "include": ["src/**/*.ts"], "exclude": ["node_modules"] }