Summary: TypeScript cli tool basics. Reviewed By: jknoxville, nikoant Differential Revision: D19856513 fbshipit-source-id: da148d1435c09221f74dc94285b655bed53d0494
8 lines
196 B
JSON
8 lines
196 B
JSON
{
|
|
"transform": {
|
|
"^.+\\.(t|j)sx?$": "ts-jest"
|
|
},
|
|
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
|
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"]
|
|
}
|