Folo/packages/utils/tsconfig.json

12 lines
213 B
JSON

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