OpChan/packages/react/tsconfig.json

14 lines
209 B
JSON
Raw Normal View History

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