mirror of
https://github.com/andrewboldi/obsidian-vault-sync.git
synced 2026-07-22 06:53:35 +00:00
27 lines
611 B
JSON
27 lines
611 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"baseUrl": ".",
|
||
|
|
"inlineSourceMap": true,
|
||
|
|
"inlineSources": true,
|
||
|
|
"module": "ESNext",
|
||
|
|
"target": "ES2020",
|
||
|
|
"allowJs": true,
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"strict": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"importHelpers": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"lib": [
|
||
|
|
"DOM",
|
||
|
|
"ES2020",
|
||
|
|
"ES2021.WeakRef"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*.ts"
|
||
|
|
]
|
||
|
|
}
|