refactor: update sdk publish file module type
This commit is contained in:
parent
154b8b4b64
commit
ed0c2e9d1d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tianji-client-sdk",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.3",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
@ -9,6 +9,10 @@
|
||||
"generate:client": "openapi-ts -i ../../website/openapi.json -o src/open/client",
|
||||
"test": "vitest"
|
||||
},
|
||||
"files": [
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"keywords": [
|
||||
"tianji"
|
||||
],
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"module": "CommonJS",
|
||||
"outDir": "./lib",
|
||||
"baseUrl": ".",
|
||||
"declaration": true,
|
||||
|
Loading…
Reference in New Issue
Block a user