mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-02 21:03:09 +00:00
24 lines
457 B
JSON
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": []
|
||
|
|
}
|