File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 3434 " dist"
3535 ],
3636 "scripts" : {
37- "build" : " tsc" ,
37+ "build" : " tsc -b tsconfig.build.json " ,
3838 "format" : " prettier --write src" ,
3939 "lint" : " pnpm build && eslint --fix src" ,
4040 "prepare" : " husky" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [" ./tsconfig.json" ],
3+ "compilerOptions" : {
4+ "declaration" : true ,
5+ "noEmit" : false ,
6+ "outDir" : " dist"
7+ },
8+ "exclude" : [" src/__tests__" ]
9+ }
Original file line number Diff line number Diff line change 11{
22 "extends" : [" @douglasneuroinformatics/tsconfig" ],
33 "compilerOptions" : {
4- "allowSyntheticDefaultImports" : true ,
5- "declaration" : true ,
6- "noEmit" : false ,
7- "outDir" : " dist"
4+ "allowSyntheticDefaultImports" : true
85 },
96 "include" : [" src/**/*" , " typings/*.d.ts" ]
107}
You can’t perform that action at this time.
0 commit comments