mirror of
https://git.proxmox.com/git/package-rebuilds
synced 2025-08-22 01:15:53 +00:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./lib",
|
|
"declaration": true,
|
|
"pretty": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|