Skip to content
Commits on Source (3)
{
"name": "@cedulas-public/cedulas-td-synnex-api-v3",
"version": "2.0.2",
"version": "2.0.3",
"description": "Generated Library from TD Synnex StreamOne® Ion V3 APIs OpenAPI definitions",
"type": "module",
"publishConfig": {
......@@ -8,12 +8,12 @@
"@cedulas-public:registry": "https://gitlab.cedulas.dk/api/v4/projects/94/packages/npm/"
},
"files": [
"src"
"dist"
],
"main": "src/client/index.ts",
"types": "src/client/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "openapi-ts",
"build": "openapi-ts && tsc",
"semantic-release": "semantic-release"
},
"repository": {
......
{
"compilerOptions": {
"module": "CommonJS", // or "NodeNext" //
"target": "ES2020",
"target": "ESNext",
// "moduleResolution": "Bundler", // or "NodeNext" //
"noUncheckedIndexedAccess": true,
"declaration": true,
......