mirror of https://github.com/certd/certd
12 lines
236 B
JSON
12 lines
236 B
JSON
![]() |
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"lib": ["es6"],
|
||
|
"strict": true,
|
||
|
"noEmit": true,
|
||
|
"esModuleInterop": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": { "acme-client": ["."] }
|
||
|
}
|
||
|
}
|