{ "extends": "./../ts/tsconfig.json", "compilerOptions": { "noImplicitAny": true, "skipLibCheck": false }, "include": [ "lib/*.ts", ], "files": [ "./../ts/index.d.ts" ] }