mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 14:54:21 +08:00
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@c4605/toolconfs/tsconfig-esModule",
|
|
"exclude": [
|
|
"lib",
|
|
"examples",
|
|
],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"lib": ["ES2023", "WebWorker"],
|
|
"noEmit": true
|
|
}
|
|
}
|