• This project
    • Loading...
  • Sign in

이종규 / chatbot_project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • chatbot_project
  • node_modules
  • axios
  • tsconfig.json
  • JKL's avatar
    Update_Server · 34f32b32
    34f32b32
    JKL authored 2021-12-02 22:29:41 +0900
tsconfig.json 236 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "compilerOptions": {
    "module": "es2015",
    "lib": ["dom", "es2015"],
    "types": [],
    "moduleResolution": "node",
    "strict": true,
    "noEmit": true,
    "baseUrl": ".",
    "paths": {
      "axios": ["."]
    }
  }
}