OpChan/tsconfig.json
2025-09-11 14:30:14 +05:30

24 lines
457 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"lib": ["ES2020"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"references": [
{
"path": "./packages/core"
},
{
"path": "./packages/react"
}
],
"files": []
}