File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 44
44
}
45
45
},
46
46
"scripts" : {
47
- "build" : " pnpm clean && ./build.js && tsc --emitDeclarationOnly " ,
47
+ "build" : " pnpm clean && ./build.js && tsc" ,
48
48
"build:with-deps" : " ./build.js --with-deps" ,
49
49
"clean" : " rm -rf types && rm -rf dist" ,
50
50
"dev" : " ./build.js --watch" ,
67
67
"esbuild-node-externals" : " ^1.6.0" ,
68
68
"typescript" : " ^4.9.4"
69
69
}
70
- }
70
+ }
Original file line number Diff line number Diff line change 9
9
10
10
"declaration" : true ,
11
11
"declarationDir" : " types" ,
12
+ "emitDeclarationOnly" : true ,
12
13
13
14
"module" : " ES2020" ,
14
15
"moduleResolution" : " Node" ,
23
24
"typeRoots" : [" ./node_modules/@types" ],
24
25
"strict" : true ,
25
26
"skipLibCheck" : true
26
- },
27
- "exclude" : [" tests" ]
27
+ }
28
28
}
Original file line number Diff line number Diff line change 43
43
}
44
44
},
45
45
"scripts" : {
46
- "build" : " pnpm clean && ./build.js && tsc --emitDeclarationOnly " ,
46
+ "build" : " pnpm clean && ./build.js && tsc" ,
47
47
"build:with-deps" : " ./build.js --with-deps" ,
48
48
"clean" : " rm -rf types && rm -rf dist" ,
49
49
"dev" : " ./build.js --watch" ,
68
68
"@types/lodash-es" : " ^4.17.12" ,
69
69
"lodash-es" : " ^4.17.21"
70
70
}
71
- }
71
+ }
Original file line number Diff line number Diff line change 9
9
10
10
"declaration" : true ,
11
11
"declarationDir" : " types" ,
12
+ "emitDeclarationOnly" : true ,
12
13
13
14
"module" : " ES2020" ,
14
15
"moduleResolution" : " Node" ,
Original file line number Diff line number Diff line change 42
42
}
43
43
},
44
44
"scripts" : {
45
- "build" : " pnpm clean && ./build.js && tsc --emitDeclarationOnly --skipLibCheck " ,
45
+ "build" : " pnpm clean && ./build.js && tsc" ,
46
46
"build:with-deps" : " ./build.js --with-deps" ,
47
47
"clean" : " rm -rf types && rm -rf dist" ,
48
48
"dev" : " ./build.js --watch" ,
66
66
"@types/lodash-es" : " ^4.17.12" ,
67
67
"lodash-es" : " ^4.17.21"
68
68
}
69
- }
69
+ }
Original file line number Diff line number Diff line change 10
10
11
11
"declaration" : true ,
12
12
"declarationDir" : " types" ,
13
+ "emitDeclarationOnly" : true ,
13
14
14
15
"module" : " ES2020" ,
15
16
"moduleResolution" : " Node" ,
16
17
"resolveJsonModule" : true ,
17
18
"allowSyntheticDefaultImports" : true ,
19
+ "skipLibCheck" : true ,
18
20
19
21
"noImplicitThis" : true ,
20
22
"noUnusedLocals" : true ,
You can’t perform that action at this time.
0 commit comments