reconcile/frontend/obsidian-plugin/tsconfig.json

17 lines
No EOL
247 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "ES2023",
"strict": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": [
"DOM",
"ESNext"
]
},
"exclude": [
"./dist"
]
}