mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
14 lines
292 B
JSON
14 lines
292 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"strict": true,
|
|
"noEmit": false,
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"composite": false,
|
|
"paths": { "acme-client": ["."] }
|
|
}
|
|
}
|