blob: e76eae4acc35b316c1643cac18c304760a14db79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
"compilerOptions": {
"lib": ["esnext", { "replace": "node", "with": "dom" }],
"baseUrl": ".",
"paths": {
"foo/bar": ["baz.js"]
},
"typeRoots": ["./node_modules/@types"]
}
}
|