shootismoke/common

View on GitHub
tsconfig.settings.json

Summary

Maintainability
Test Coverage
{
    "extends": "./node_modules/@amaurym/tsconfig/tsconfig",
    "compilerOptions": {
        "declaration": true,
        "downlevelIteration": true,
        "jsx": "react",
        "lib": ["esnext"],
        "resolveJsonModule": true,
        "skipLibCheck": true
    }
}