We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3359eb3 commit ff9c8b9Copy full SHA for ff9c8b9
package.json
@@ -6,7 +6,7 @@
6
"main": "dist/index.js",
7
"types": "dist/index.d.ts",
8
"scripts": {
9
- "build": "tsc",
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
10
"prepare": "npm link adminforth"
11
},
12
"publishConfig": {
types.ts
@@ -1,4 +1,4 @@
1
2
export interface PluginOptions {
3
- fieldName: string[];
+ fieldName: string;
4
}
0 commit comments