ebullient_obsidian-deck-notes/tsconfig.json
Erin Schnabel cedca2173d
🎨 Plugin lint
2025-11-17 22:09:55 -05:00

16 lines
363 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"lib": ["ES2018", "DOM"],
"moduleResolution": "bundler",
"allowJs": true,
"noEmit": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": ["src/**/*"]
}