big commit
This commit is contained in:
parent
aff885cf17
commit
b506f5a219
22 changed files with 692 additions and 556 deletions
13
jsconfig.json
Normal file
13
jsconfig.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "./static/js",
|
||||
"paths": {
|
||||
"treehouse/*": [
|
||||
"./*"
|
||||
],
|
||||
"tairu/*": [
|
||||
"./components/tairu/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue