uglyboy-tl_obsidian-ink-player/tsconfig.json

13 lines
321 B
JSON
Raw Permalink Normal View History

2025-03-04 02:25:20 +00:00
{
"$schema": "https://www.schemastore.org/tsconfig",
"extends": ["@tsconfig/bun/tsconfig.json"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "solid-js",
"lib": ["ESNext", "DOM"],
"types": ["bun-types", "vite/client"]
},
"include": ["src", "package.json"],
"exclude": ["dist"]
2025-03-04 02:25:20 +00:00
}