mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
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": ["."] }
|
||
|
|
}
|
||
|
|
}
|