@tsconfig/create-react-app
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,1 +0,15 @@ | ||
{"name":"@tsconfig/create-react-app","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Create React App.","version":"1.0.2"} | ||
{ | ||
"name": "@tsconfig/create-react-app", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tsconfig/bases.git", | ||
"directory": "bases" | ||
}, | ||
"license": "MIT", | ||
"description": "A base TSConfig for working with Create React App.", | ||
"keywords": [ | ||
"tsconfig", | ||
"create-react-app" | ||
], | ||
"version": "1.0.3" | ||
} |
@@ -29,3 +29,3 @@ ### A base TSConfig for working with Create React App. | ||
"module": "esnext", | ||
"target": "es5", | ||
"target": "es2015", | ||
@@ -49,2 +49,2 @@ "allowJs": true, | ||
You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/create-react-app.json). | ||
You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/create-react-app.json). |
@@ -9,3 +9,3 @@ { | ||
"module": "esnext", | ||
"target": "es5", | ||
"target": "es2015", | ||
@@ -12,0 +12,0 @@ "allowJs": true, |
3005
49