mirror of
https://github.com/danderson1988/visual-notes.git
synced 2026-07-22 08:30:17 +00:00
21 lines
542 B
JSON
21 lines
542 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2018",
|
|
"allowImportingTsExtensions": false,
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitOverride": true,
|
|
"useUnknownInCatchVariables": true,
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"obsidian": ["./node_modules/obsidian/obsidian.d.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|