add: history WIP
Work in Progress of History, smaller design fixes
This commit is contained in:
parent
3bbcfa529c
commit
5211e876f6
11 changed files with 211 additions and 23 deletions
|
@ -4,7 +4,14 @@
|
|||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@": ["./src/components/"],
|
||||
"~": ["./src/stores/"],
|
||||
"#": ["./src/composables/"],
|
||||
}
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
"include": [
|
||||
"vite.config.ts",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue