example > typescript setup - add tsconfig, tslint, rename to tsx

This commit is contained in:
2020-01-24 16:58:02 +05:30
parent 4c7df6dfc8
commit a8c5431a5a
4 changed files with 50 additions and 1 deletions
+7 -1
View File
@@ -18,5 +18,11 @@
},
"devDependencies": {
"@jpavon/react-scripts-ts": "^1.2.2"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}