Files
bro-sdk/tsconfig.json

10 lines
208 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig.json",
"extends": "@c4605/toolconfs/tsconfig-esModule",
"exclude": ["lib"],
"compilerOptions": {
"skipLibCheck": true,
"noEmit": true
}
}