kotaindah55_extended-markdo.../tsconfig.json
2024-09-25 12:01:47 +03:00

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/*"
]
}