14 lines
243 B
JSON
14 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./static/js",
|
|
"paths": {
|
|
"treehouse/*": [
|
|
"./*"
|
|
],
|
|
"tairu/*": [
|
|
"./components/tairu/*"
|
|
]
|
|
}
|
|
},
|
|
}
|