Initial commit
This commit is contained in:
25
tsconfig.base.json
Normal file
25
tsconfig.base.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user