Folo/packages/utils/tsconfig.json

11 lines
174 B
JSON

{
"extends": "../tsconfig.extend.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"paths": {
"@follow/utils/*": ["./src/*"]
}
}
}