mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
example > package.json - Support typescript in examples
Using react-scripts-ts instead of react-scripts
This commit is contained in:
@@ -8,14 +8,15 @@
|
|||||||
"prop-types": "^15.6.2",
|
"prop-types": "^15.6.2",
|
||||||
"react": "^16.4.1",
|
"react": "^16.4.1",
|
||||||
"react-dom": "^16.4.1",
|
"react-dom": "^16.4.1",
|
||||||
"react-scripts": "^1.1.4",
|
|
||||||
"ts-transformer-visualizer": "link:..",
|
"ts-transformer-visualizer": "link:..",
|
||||||
"typescript": "^3.7.5"
|
"typescript": "^3.7.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts-ts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts-ts build",
|
||||||
"test": "react-scripts test --env=jsdom",
|
"test": "react-scripts-ts test --env=jsdom"
|
||||||
"eject": "react-scripts eject"
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@jpavon/react-scripts-ts": "^1.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+5407
-3162
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user