vault/ui/api-client/tsconfig.json
Jordan Reimer e2a640373e
[UI] Generated API Client (#29871)
* initial commit of generated api client

* bumps lock file

* changes api client dep from file link to portal in package

* adds ui/api-client to copywrite config header ignore
2025-03-14 08:58:59 -06:00

17 lines
261 B
JSON

{
"compilerOptions": {
"declaration": true,
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "dist",
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"dist",
"node_modules"
]
}