X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=1bd56853f33732df968911426eddccc9ea1c1a46;hb=refs%2Ftags%2Fv2.7.4;hp=182a29da4f281ac862ba8048a3d3c477b0f8b010;hpb=72a51520e63ed454f9aa3784b57ae9616e788b77;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index 182a29da..1bd56853 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,10 @@ "compilerOptions": { "target": "ES2022", "module": "ES2022", - "outDir": "lib", "moduleResolution": "Node", + "typeRoots": ["./node_modules/@types", "./@types"], "declaration": true, - "declarationDir": "lib/dts", + "declarationDir": "./lib/dts", "strict": true, "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true