mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-21 19:06:21 +00:00
chore: package exports
This commit is contained in:
parent
cfc30c1030
commit
89bf884eec
11
package.json
11
package.json
@ -5,9 +5,16 @@
|
||||
"author": "Supan Adit Pratama",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"directory": "packages",
|
||||
"access": "public"
|
||||
},
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./plugins/index.js",
|
||||
"require": "./plugins/index.js",
|
||||
"types": "./plugins/index.d.ts"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"build:lib:skeleton": "tsc -p libs/skeleton/tsconfig.lib.json",
|
||||
@ -85,4 +92,4 @@
|
||||
"^@autocrud/prisma(|/.*)$": "<rootDir>/libs/prisma/src/$1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user