• This project
    • Loading...
  • Sign in

Shenlin / leetcode-test

Itomix
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
  • leetcode-test
  • jsconfig.json
  • lintry's avatar
    init · 6873f6e4
    6873f6e4
    lintry authored 2019-06-18 14:22:53 +0800
jsconfig.json 105 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
    "compilerOptions": {
        "target": "es7"
    },
    "exclude": [
        "node_modules"
    ]
}