26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": [
|
|
"ES2022",
|
|
"DOM"
|
|
],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@obsidian-sync/sync-protocol": [
|
|
"packages/sync-protocol/src"
|
|
],
|
|
"@obsidian-sync/sync-engine": [
|
|
"packages/sync-engine/src"
|
|
]
|
|
},
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmitOnError": true
|
|
}
|
|
}
|