certd/packages/core/acme-client/tsconfig.json

12 lines
236 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": { "acme-client": ["."] }
}
}