Folo/packages/utils/tsconfig.json

12 lines
236 B
JSON

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