{ "extends": "../tsconfig.json", "include": [ "./src", "./index.ts" ], "exclude": [ "./node_modules", "../src", ], "compilerOptions": { "strict": false, "strictNullChecks": false, "noImplicitAny": false, "skipLibCheck": true, } }