X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=1bd56853f33732df968911426eddccc9ea1c1a46;hb=eedbbd20d7c77c4b62c129ebfa4a4c4a06d5d06a;hp=7b74ede7f6757a4878bc2c2402759bf7d2d06f5c;hpb=1c881a974a7849061a4e508885b5a96bdc134194;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 7b74ede7..1bd56853 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,9 +3,10 @@ "compilerOptions": { "target": "ES2022", "module": "ES2022", - "outDir": "lib", "moduleResolution": "Node", + "typeRoots": ["./node_modules/@types", "./@types"], "declaration": true, + "declarationDir": "./lib/dts", "strict": true, "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true