mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
10 lines
289 B
JSON
10 lines
289 B
JSON
{
|
|
"extends": "@documenso/tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"types": ["@documenso/tsconfig/process-env.d.ts", "vite/client"],
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|