hyperchat/tsconfig.json

21 lines
499 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"sourceMap": true,
"resolveJsonModule": true
},
"files": [],
"references": [
{ "path": "./packages/core" },
{ "path": "./packages/web" },
{ "path": "./packages/electron" }
]
}