sonophage_stardust-importer/tsconfig.json
Sonophage 8302e0497b feat: initial commit — Stardust Importer
Obsidian plugin that pulls watched movies (Trakt) and full-album
listens (Last.fm) into notes via your own Templater templates.
Renamed and generalized from the personal harker-importer.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 13:25:52 -07:00

18 lines
418 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"inlineSources": true,
"module": "ESNext",
"target": "ES2020",
"allowJs": false,
"noImplicitAny": true,
"moduleResolution": "node",
"importHelpers": true,
"isolatedModules": true,
"strictNullChecks": true,
"skipLibCheck": true,
"lib": ["DOM", "ES2020"]
},
"include": ["src/**/*.ts", "main.ts"]
}