Files
bro-sdk/tsconfig.json
2025-04-20 15:58:48 +02:00

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
}
}