mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 22:18:16 -05:00
renamed @foam/core => foam-core and @foam/cli => foam-cli (see https://github.com/foambubble/foam/pull/83#discussion_r453232485)
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"include": ["./packages/*/src"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"foam-core": ["./packages/foam-core/src"],
|
|
"foam-cli": ["./packages/foam-cli/src"],
|
|
"foam-vscode": ["./packages/foam-vscode/src"]
|
|
}
|
|
}
|
|
}
|