treehouse/jsconfig.json

15 lines
272 B
JSON
Raw Permalink Normal View History

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