14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"extends": "@pascal/typescript-config/react-library.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"types": ["bun"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.test.tsx"]
|
|
}
|