{ "extends": "./tsconfig.json", "compilerOptions": { "declarationDir": "typings", "skipLibCheck": true }, "include": [ "./custom.d.ts", "src/index.ts" ] }