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",
|
||||
"react": "^16.4.1",
|
||||
"react-dom": "^16.4.1",
|
||||
"react-scripts": "^1.1.4",
|
||||
"ts-transformer-visualizer": "link:..",
|
||||
"typescript": "^3.7.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
"start": "react-scripts-ts start",
|
||||
"build": "react-scripts-ts build",
|
||||
"test": "react-scripts-ts test --env=jsdom"
|
||||
},
|
||||
"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