restructured and simplified favicon
This commit is contained in:
parent
8986f6533e
commit
13fdf05a91
18 changed files with 117 additions and 60 deletions
|
@ -23,7 +23,21 @@
|
|||
// Some stricter flags (disabled by default)
|
||||
"noUnusedLocals": false,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
"paths": {
|
||||
"@client/*": [
|
||||
"./src/client/*"
|
||||
],
|
||||
"@server/*": [
|
||||
"./src/server/*"
|
||||
],
|
||||
"@routes/*": [
|
||||
"./src/routes/*"
|
||||
],
|
||||
"@static/*": [
|
||||
"./src/static/*"
|
||||
],
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue