migrate notes. Deleted unused css in static

This commit is contained in:
Aaron Qian 2022-11-14 15:15:07 -08:00 committed by Aaron Qian
parent 52c844a9e5
commit f425c04ab3
No known key found for this signature in database
GPG key ID: BF1A987C395B5B0E
10 changed files with 263 additions and 320 deletions

10
assets/jsconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"*"
]
}
}
}