X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=65f5b57b31b381d7becc42169b5b8f4396c02763;hb=af1055b05f5f679b37dcaf517d07a8de7c263b00;hp=182a29da4f281ac862ba8048a3d3c477b0f8b010;hpb=624cd84eb46bd0576ed9d6beee32b8a17953cd4e;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 182a29da..65f5b57b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,10 @@ "compilerOptions": { "target": "ES2022", "module": "ES2022", - "outDir": "lib", + "outDir": "./lib", "moduleResolution": "Node", "declaration": true, - "declarationDir": "lib/dts", + "declarationDir": "./lib/dts", "strict": true, "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true