2
0
mirror of https://github.com/status-im/wakuconnect-chat-sdk.git synced 2025-01-23 10:30:58 +00:00

29 lines
853 B
JSON
Raw Normal View History

{
"compilerOptions": {
"incremental": true,
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"jsx": "preserve",
"declaration": true,
"declarationMap": true,
// "emitDeclarationOnly": true,
"sourceMap": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
2022-03-02 18:13:16 +01:00
"isolatedModules": true,
// "noEmit": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
// "exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
// "noImplicitReturns": true,
// "noUncheckedIndexedAccess": true,
// "noPropertyAccessFromIndexSignature": true /* Enforces using indexed accessors for keys declared using an indexed type */,
"skipLibCheck": true,
"pretty": true
}
}