core-hn_pseudobsidian-ization/tsconfig.json
Axelle Abbadie d216e81fb2 init
2026-05-12 01:55:27 +02:00

17 lines
397 B
JSON

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