File tree Expand file tree Collapse file tree 5 files changed +25
-3
lines changed
Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 99 "access" : " public"
1010 },
1111 "scripts" : {
12- "build " : " tsc" ,
12+ "prepack " : " tsc --build tsconfig.build.json " ,
1313 "lint" : " eslint . && tsc" ,
1414 "lint:fix" : " eslint . --fix" ,
1515 "test" : " vitest" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./tsconfig.json" ,
3+ "compilerOptions" : {
4+ "outDir" : " ./dist" ,
5+ "noEmit" : false ,
6+ "declaration" : true ,
7+ "declarationMap" : true
8+ },
9+ "exclude" : [
10+ " test/"
11+ ]
12+ }
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "outDir" : " ./dist" ,
43 "target" : " ESNext" ,
54 "useDefineForClassFields" : true ,
65 "lib" : [
Original file line number Diff line number Diff line change 66 "version" : " 0.6.3" ,
77 "main" : " dist/index.js" ,
88 "scripts" : {
9- "build " : " tsc" ,
9+ "prepack " : " tsc --build tsconfig.build.json " ,
1010 "lint" : " run-s --continue-on-error lint:*" ,
1111 "lint:types" : " tsc -p tsconfig.json" ,
1212 "lint:eslint" : " eslint ." ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./tsconfig.json" ,
3+ "compilerOptions" : {
4+ "noEmit" : false ,
5+ "declaration" : true ,
6+ "declarationMap" : true
7+ },
8+ "exclude" : [
9+ " test/"
10+ ]
11+ }
You can’t perform that action at this time.
0 commit comments