decaf-dev_obsidian-note-spl.../tsconfig.json
DecafDev 3596bdbfd1
Append to split content (#14)
* feat: add append to split content setting

* test: add tests

* chore: bump version
2024-08-19 15:26:01 -06:00

19 lines
405 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",
"allowJs": true,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"esModuleInterop": true,
"lib": ["DOM", "ES5", "ES6", "ES7"],
"types": ["jest"]
},
"include": ["**/*.ts"]
}