OpChan/packages/react/tsconfig.types.json
Danish Arora cc29a30bd9
wip
2025-09-18 17:02:11 +05:30

16 lines
273 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"module": "commonjs",
"jsx": "react-jsx",
"declaration": true,
"emitDeclarationOnly": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}