feat: new website
This commit is contained in:
commit
003752be95
53 changed files with 2532 additions and 0 deletions
15
tsconfig.src.json
Normal file
15
tsconfig.src.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"ui/*": ["./src/ui/*"],
|
||||
"shared/*": ["./src/shared/*"],
|
||||
"assets/*": ["./assets/*"],
|
||||
"public/*": ["./public/*"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue