Pulls the local-client-cli and obsidian-plugin changes from asch/fix-everything onto a fresh branch off main.
12 lines
284 B
JSON
12 lines
284 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"target": "ES2023",
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"lib": ["DOM", "ES2024"]
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|