Folo/packages/constants/tsconfig.json

14 lines
320 B
JSON

{
"extends": "../tsconfig.extend.json",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"types": ["@follow/types/react", "@follow/types/global", "vite/client"],
"paths": {
"@follow/constants/*": ["./src/*"],
"@pkg": ["../../package.json"]
}
},
"include": ["src/**/*"]
}