mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
32 lines
No EOL
563 B
JSON
32 lines
No EOL
563 B
JSON
{
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0",
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "node16",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node16",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"lib": [
|
|
"DOM",
|
|
"ES5",
|
|
"ES6",
|
|
"ES7",
|
|
"ES2021"
|
|
],
|
|
"paths": {
|
|
"@app/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"types": [
|
|
"obsidian-typings"
|
|
]
|
|
} |