File tree Expand file tree Collapse file tree 5 files changed +20
-12
lines changed
Expand file tree Collapse file tree 5 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages/*/types
77examples /* /types
88/.pnp
99.pnp.js
10-
10+ tsconfig.tsbuildinfo
1111# testing
1212coverage
1313
Original file line number Diff line number Diff line change 1414 "resolveJsonModule" : true ,
1515 "isolatedModules" : true ,
1616 "noEmit" : true ,
17- "jsx" : " react-jsx"
18- // "paths": {
19- // "@blocknote/core": ["../../packages/core/src"]
20- // }
17+ "jsx" : " react-jsx" ,
18+ "composite" : true
2119 },
2220 "include" : [" src" ],
2321 "references" : [
24- { "path" : " ./tsconfig.node.json" }
25- // { "path": "../../packages/core/tsconfig.json" }
22+ { "path" : " ./tsconfig.node.json" },
23+ { "path" : " ../../packages/core/" },
24+ { "path" : " ../../packages/react/" }
2625 ]
2726}
Original file line number Diff line number Diff line change 1414 "resolveJsonModule" : true ,
1515 "isolatedModules" : true ,
1616 "noEmit" : true ,
17- "jsx" : " react-jsx"
17+ "jsx" : " react-jsx" ,
18+ "composite" : true
1819 // "paths": {
1920 // "@blocknote/core": ["../../packages/core/src"]
2021 // }
2122 },
2223 "include" : [" src" ],
2324 "references" : [
24- { "path" : " ./tsconfig.node.json" }
25- // { "path": "../../packages/core/tsconfig.json" }
25+ { "path" : " ./tsconfig.node.json" },
26+ { "path" : " ../../packages/core/" },
27+ { "path" : " ../../packages/react/" }
2628 ]
2729}
Original file line number Diff line number Diff line change 2020 "composite" : true ,
2121 "skipLibCheck" : true
2222 },
23- "include" : [" src" ]
23+ "include" : [" src" ],
24+ "references" : [
25+ {
26+ "path" : " ../core"
27+ }
28+ ]
2429}
Original file line number Diff line number Diff line change 1818 "skipLibCheck" : true ,
1919 "paths" : {
2020 "@theme/*" : [" ./docs/.vitepress/theme/*" ]
21- }
21+ },
22+ "composite" : true
2223 },
2324 "include" : [
2425 " src" ,
2829 // Also need to explicitly include Markdown files to have TS intellisense work with Volar
2930 " docs/**/*.md"
3031 ],
32+ "references" : [{ "path" : " ../core/" }, { "path" : " ../react/" }],
3133 "exclude" : [" node_modules/" ]
3234}
You can’t perform that action at this time.
0 commit comments