OpChan/tsconfig.json

24 lines
457 B
JSON
Raw Permalink Normal View History

2025-09-09 17:41:33 +05:30
{
"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": []
}