X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=79ab1b8258e732583dae5ddac8c3736899e85ff3;hb=7d0aa97362b17bdac43eea38934aaea3c91363c0;hp=ce2bf2c6e1c14a82285b93b8b86f91cad6829830;hpb=2845f2a5555247bbc4e5f6f1059d4f95405a49cd;p=poolifier.git diff --git a/tsconfig.json b/tsconfig.json index ce2bf2c6..79ab1b82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,10 +3,11 @@ "compilerOptions": { "target": "ES2022", "module": "ES2022", - "outDir": "lib", "moduleResolution": "Node", "declaration": true, + "declarationDir": "./lib/dts", "strict": true, + "verbatimModuleSyntax": true, "forceConsistentCasingInFileNames": true }, "include": ["**/*.ts"],