treehouse/jsconfig.json
2024-02-18 23:37:31 +01:00

14 lines
243 B
JSON

{
"compilerOptions": {
"baseUrl": "./static/js",
"paths": {
"treehouse/*": [
"./*"
],
"tairu/*": [
"./components/tairu/*"
]
}
},
}