{ "extends": "../tsconfig.json", "compilerOptions": { "jsx": "react-jsx", "allowJs": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "verbatimModuleSyntax": true, "noEmit": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "noImplicitOverride": true, "noUnusedLocals": false, "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }, "include": ["src/**/*", "test/**/*", "index.ts"] }