Skip to content

Instantly share code, notes, and snippets.

@yinxin630
Created July 12, 2019 01:45
Show Gist options
  • Save yinxin630/2de8bda864e7e50a085834709af03da1 to your computer and use it in GitHub Desktop.
Save yinxin630/2de8bda864e7e50a085834709af03da1 to your computer and use it in GitHub Desktop.
tsconfig.json|-|&tag=常用工具配置
{
"compilerOptions": {
"target": "es5",
"strict": true,
"module": "es2015",
"moduleResolution": "node",
"experimentalDecorators": true,
"jsx": "react",
"types": ["react", "react-dom", "redux", "react-redux"],
"allowSyntheticDefaultImports": true,
"lib": ["es2015", "es2016", "es2017", "dom"]
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment