{
  "compilerOptions":{
    "target": "esnext",
    "moduleResolution": "node",
    // "allowSyntheticDefaultImports": true,
    "noEmit": true
  },
  "files":["main.ts"]
}