mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
16 lines
379 B
JSON
16 lines
379 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"downlevelIteration": true,
|
|
"importHelpers": true,
|
|
"lib": ["dom", "scripthost", "ES2020"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|