File tree Expand file tree Collapse file tree 5 files changed +23
-11
lines changed
Expand file tree Collapse file tree 5 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
88 "scripts" : {
9- "build" : " tsc" ,
10- "dev" : " tsc --watch" ,
11- "clean" : " rm -rf dist" ,
12- "type-check" : " tsc --noEmit "
9+ "build" : " tsc --build " ,
10+ "dev" : " tsc --build -- watch" ,
11+ "clean" : " tsc --build --clean && rm -rf dist" ,
12+ "type-check" : " tsc --build --dry "
1313 },
1414 "dependencies" : {
1515 "@objectstack/spec" : " ^0.3.3"
Original file line number Diff line number Diff line change 1414 "skipLibCheck" : true ,
1515 "forceConsistentCasingInFileNames" : true ,
1616 "resolveJsonModule" : true ,
17- "allowSyntheticDefaultImports" : true
17+ "allowSyntheticDefaultImports" : true ,
18+ "composite" : true
1819 },
1920 "include" : [" src/**/*" ],
2021 "exclude" : [" node_modules" , " dist" ]
Original file line number Diff line number Diff line change 66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
88 "scripts" : {
9- "build" : " tsc" ,
10- "dev" : " tsc --watch" ,
11- "clean" : " rm -rf dist" ,
12- "type-check" : " tsc --noEmit " ,
9+ "build" : " tsc --build " ,
10+ "dev" : " tsc --build -- watch" ,
11+ "clean" : " tsc --build --clean && rm -rf dist" ,
12+ "type-check" : " tsc --build --dry " ,
1313 "example:basic" : " node dist/basic-example.js" ,
1414 "example:ecommerce" : " node dist/ecommerce-example.js" ,
1515 "example:blog" : " node dist/blog-example.js" ,
Original file line number Diff line number Diff line change 1414 "skipLibCheck" : true ,
1515 "forceConsistentCasingInFileNames" : true ,
1616 "resolveJsonModule" : true ,
17- "allowSyntheticDefaultImports" : true
17+ "allowSyntheticDefaultImports" : true ,
18+ "composite" : true
1819 },
1920 "include" : [" src/**/*" ],
20- "exclude" : [" node_modules" , " dist" ]
21+ "exclude" : [" node_modules" , " dist" ],
22+ "references" : [
23+ { "path" : " ../core" }
24+ ]
2125}
Original file line number Diff line number Diff line change 1+ {
2+ "files" : [],
3+ "references" : [
4+ { "path" : " ./packages/core" },
5+ { "path" : " ./packages/examples" }
6+ ]
7+ }
You can’t perform that action at this time.
0 commit comments