Files
welshman/tsconfig.build.json
2025-04-02 13:17:06 -07:00

35 lines
1.0 KiB
JSON

{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"target": "esnext",
"sourceMap": true,
"strict": true,
"declaration": true,
"declarationMap": true,
"noEmitOnError": true,
"skipLibCheck": true,
"esModuleInterop": true,
"types": [],
"lib": ["esnext", "dom", "dom.iterable"],
"noEmit": false
},
"exclude": [
"node_modules",
"dist"
],
"references": [
{"path": "./packages/app/tsconfig.build.json"},
{"path": "./packages/content/tsconfig.build.json"},
{"path": "./packages/dvm/tsconfig.build.json"},
{"path": "./packages/editor/tsconfig.build.json"},
{"path": "./packages/feeds/tsconfig.build.json"},
{"path": "./packages/lib/tsconfig.build.json"},
{"path": "./packages/net/tsconfig.build.json"},
{"path": "./packages/relay/tsconfig.build.json"},
{"path": "./packages/signer/tsconfig.build.json"},
{"path": "./packages/store/tsconfig.build.json"},
{"path": "./packages/util/tsconfig.build.json"}
]
}