X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=1bd56853f33732df968911426eddccc9ea1c1a46;hb=9ef45721cce15d1957aac6da65beec7fcfeb2e2a;hp=182a29da4f281ac862ba8048a3d3c477b0f8b010;hpb=dd7dfcc292a646940f5f0263d24d8f5f528e8a51;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