OpChan/packages/react/tsconfig.types.json

16 lines
273 B
JSON
Raw Normal View History

2025-09-18 17:02:11 +05:30
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "commonjs",
"jsx": "react-jsx",
"declaration": true,
"emitDeclarationOnly": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}