mirror of
https://github.com/esm7/obsidian-map-view.git
synced 2026-07-22 05:40:27 +00:00
19 lines
537 B
JSON
19 lines
537 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["svelte", "node"],
|
|
"verbatimModuleSyntax": true,
|
|
"strict": false,
|
|
"baseUrl": ".",
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2022",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"allowImportingTsExtensions": true,
|
|
"lib": ["dom", "es2020", "scripthost"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|