OpChan/packages/react/tsconfig.build.json

18 lines
324 B
JSON
Raw Normal View History

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