15 lines
272 B
JSON
15 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./static/js",
|
|
"paths": {
|
|
"treehouse/*": [
|
|
"./*"
|
|
],
|
|
"tairu/*": [
|
|
"./components/tairu/*"
|
|
]
|
|
},
|
|
"target": "ES2020",
|
|
},
|
|
}
|