Folo/packages/components/tsconfig.json

15 lines
344 B
JSON

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