• This project
    • Loading...
  • Sign in

罗广聪 / ProtectGod

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • ProtectGod
  • jsconfig.json
  • 罗广聪's avatar
    first · 463bb04b
    463bb04b Browse Files
    罗广聪 authored 2017-09-04 18:02:19 +0800
jsconfig.json 151 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{
    "compilerOptions": {
        "allowJs": true,
        "allowSyntheticDefaultImports": true
    },
    "exclude": [
        "node_modules"
    ]
}