yangcht_obsidian-things-too.../tsconfig.json
2026-06-13 19:10:09 +02:00

16 lines
359 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "esnext",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"lib": ["dom", "esnext"]
},
"include": ["**/*.ts"]
}