sgjm
Results
1
issues of
sgjm
project like: ``` ├─dist │ └─main.js ├─src │ └─main.ts └─tsconfig.json ``` `tsconfig.json` is ```json { "compilerOptions": { "module": "amd", "lib": [ "dom", "esnext" ], "target": "esnext", "removeComments": true, "outDir": "./dist"...