Skip to content
  • This project
    • Loading...
  • Sign in

templates / mui-template

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
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mui-template
  • boilerplate
  • tsconfig.json
  • McLemore's avatar
    build: resolve ts file · a00cc184
    a00cc184
    McLemore committed 2019-12-20 09:36:25 +0800
tsconfig.json 179 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
{
  "compilerOptions": {
    "typeRoots": [
      "./node_modules/miniprogram-api-typings"
    ],
    "lib": ["ES6", "ES7"],
    "target": "es2017",
    "module": "CommonJS"
  }
}