OpChan/packages/react/tsconfig.build.json
2025-09-25 19:45:08 +05:30

18 lines
324 B
JSON

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