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