mirror of
https://github.com/foambubble/foam.git
synced 2026-01-09 22:18:16 -05:00
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"include": ["./packages/*/src"],
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"baseUrl": ".",
|
|
"module": "commonjs",
|
|
"target": "ES2019",
|
|
"paths": {
|
|
"foam-core": ["./packages/foam-core/src"],
|
|
"foam-vscode": ["./packages/foam-vscode/src"]
|
|
}
|
|
}
|
|
}
|