mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
* create commonjs modules This is to fix a problem at startup regarding instantiation of objects. See: - https://github.com/foambubble/foam/pull/394#issuecomment-740065368 - https://discord.com/channels/729975036148056075/737970741324152882/784180656560275507 * minor style tweaks * fix(dataviz): selected nodes must exist after updating graph data (#397) * add graph view errors to foam log
16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"include": ["./packages/*/src"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"baseUrl": ".",
|
|
"module": "commonjs",
|
|
"target": "ES2019",
|
|
"paths": {
|
|
"foam-core": ["./packages/foam-core/src"],
|
|
"foam-cli": ["./packages/foam-cli/src"],
|
|
"foam-vscode": ["./packages/foam-vscode/src"]
|
|
}
|
|
}
|
|
}
|