{ "compilerOptions": { "allowJs": true, "checkJs": true, "skipLibCheck": true, "emitDeclarationOnly": true, "declaration": true, "declarationDir": "dist", }, "include": [ "lib/**/*.js", ] }