UNPKG

mlgta

Version:

Can log in via google, x, discord. ![alt text](https://raw.githubusercontent.com/takayamaekawa/branding/refs/heads/master/repo/mlgta/login_form.png) After login successfully, redirecting. ![alt text](https://raw.githubusercontent.com/takayamaekawa/b

26 lines (25 loc) 444 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "moduleDetection": "force", "typeRoots": [ "./node_modules/@types", "src/types" ], "noImplicitAny": false, "resolveJsonModule": true }, "include": [ "src/**/*", "src/@types" ], "exclude": [ "node_modules", "dist" ] }