我为我的项目制作了一个包,并将其安装到我的存储库中。但是我无法从该包导入函数。
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./src",
"paths": {
"@/*": [
"./*"
],
"@qlub-dev/js-backend-common": ["./node_modules/@qlub-dev/js-backend-common"]