Created
July 12, 2019 01:45
-
-
Save yinxin630/2de8bda864e7e50a085834709af03da1 to your computer and use it in GitHub Desktop.
tsconfig.json|-|&tag=常用工具配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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