soulecho/tsconfig.node.json
webfussel 5211e876f6 add: history WIP
Work in Progress of History, smaller design fixes
2025-07-17 19:07:51 +02:00

17 lines
343 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"paths": {
"@": ["./src/components/"],
"~": ["./src/stores/"],
"#": ["./src/composables/"],
}
},
"include": [
"vite.config.ts",
]
}