postiz-app/libraries/react-shared-libraries/tsconfig.json
2025-08-01 13:02:51 +02:00

18 lines
448 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext",
"target": "esnext",
"lib": ["dom", "esnext"],
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noEmit": true
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}