12 Commits

Author SHA1 Message Date
Norbert de Langen
9aff54fe4c
format all tsconfig.json files 2022-01-25 20:00:21 +01:00
Gaëtan Maisse
d4cb03cb2c
chore: clean usage of skipLibCheck and skipDefaultLibCheck TS option
`skipDefaultLibCheck` is deprecated so there is no need to add it
anymore.

I added `skipLibCheck` in the angular example because it looks like
there are some type incompatibility between some types coming from
node_modules we have in the monorepo. (Not really a surprise with the
number of deps we have)

Signed-off-by: Gaëtan Maisse <gaetanmaisse@gmail.com>
2021-02-13 18:01:24 +01:00
Norbert de Langen
494fbcc6b1
FIX cra-ts examples 2020-04-03 17:57:04 +02:00
Igor
64dc292f75 bring back "resolveJsonModule": true, 2020-02-06 13:10:05 +02:00
Igor
bb721bf04f Change main.js to main.ts to show it's possible 2020-02-06 13:02:23 +02:00
Michael Shilman
6d4766d065 Cra-ts-kitchen-sink: upgrade & add docgen tests 2019-10-28 21:31:49 +08:00
Norbert de Langen
fcc12c4d8c FIX snapshots and & error from react-scripts 2019-05-20 13:01:42 +02:00
Norbert de Langen
c74334065f FIX some bs 2019-05-18 01:34:51 +02:00
Kai Röder
4050dbc985 exclude setupTests.js in tsconfig 2019-03-30 21:37:35 +01:00
Norbert de Langen
c1d2ba6449 WIP 2019-03-20 16:55:38 +01:00
Igor Muchychka
22faa8f35e Add TypeScript CRA example part 2 2018-12-29 21:19:41 +01:00
Igor Mucsicska
ccc7b66654 Add TypeScript CRA example 2018-12-29 18:30:12 +01:00