X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=65f5b57b31b381d7becc42169b5b8f4396c02763;hb=cc052b0243d93148181ac20ffa8450961bffc00b;hp=182a29da4f281ac862ba8048a3d3c477b0f8b010;hpb=9702acf37ca979ebeb9de84e1e2b5e9b0ea5b015;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