mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-21 20:49:16 +00:00
13 lines
223 B
JSON
13 lines
223 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./lib",
|
|
"declaration": true,
|
|
"pretty": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|