core-hn_pseudobsidian-ization/tsconfig.json
Axelle Abbadie b9a37f8306 Pre-v0.1.0
2026-05-12 22:15:36 +02:00

17 lines
397 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES2020",
"allowSyntheticDefaultImports": true,
"moduleResolution": "node",
"strict": true,
"noImplicitAny": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"lib": ["ES2020", "DOM"]
},
"include": ["src/**/*.ts"]
}