blob: 05df31d4406baa0441a9560af186a3145ff18191 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"compilerOptions": {
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"typeRoots": ["../../types"],
"types": ["bun"],
"baseUrl": ".",
"paths": {
"foo/bar": ["baz.js"]
}
}
}
|