treehouse/jsconfig.json

14 lines
243 B
JSON
Raw Normal View History

2024-02-18 23:37:31 +01:00
{
"compilerOptions": {
"baseUrl": "./static/js",
"paths": {
"treehouse/*": [
"./*"
],
"tairu/*": [
"./components/tairu/*"
]
}
},
}