create react app ts.
This commit is contained in:
9
tslint.json
Normal file
9
tslint.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": ["tslint:recommended", "tslint-react", "tslint-config-prettier"],
|
||||
"linterOptions": {
|
||||
"exclude": [
|
||||
"config/**/*.js",
|
||||
"node_modules/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user