mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
17 lines
No EOL
410 B
JSON
17 lines
No EOL
410 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"target": "ES2023",
|
|
"jsx": "react",
|
|
"allowImportingTsExtensions": false,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"sourceMap": true,
|
|
"types": ["obsidian-typings"]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/node_modules/*"
|
|
]
|
|
} |