X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=1bd56853f33732df968911426eddccc9ea1c1a46;hb=e45f940434b881099d6d197fa73258f2763acee3;hp=ce2bf2c6e1c14a82285b93b8b86f91cad6829830;hpb=2845f2a5555247bbc4e5f6f1059d4f95405a49cd;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index ce2bf2c6..1bd56853 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,12 @@ "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 }, "include": ["**/*.ts"],