7 Commits

Author SHA1 Message Date
Norbert de Langen
a5fcba4900 chore: exclude more files from transpilation 2021-01-22 15:54:03 -07:00
Norbert de Langen
0930e4d8d3
move version.json 2020-12-09 13:23:02 +01:00
tooppaaa
4905904bd2 CLI: move mutualise scripts 2020-06-11 23:25:04 +02:00
Gaëtan Maisse
d4b22035cd
refactor(cli): activate strict mode in TS (except strictNullChecks)
Activating `strictNullChecks` makes TS compilation throw a lot of errors that need to refactor some part of the code.
These refactoring will be done in another commit.
2020-05-15 21:49:32 +02:00
Gaëtan Maisse
a4d5135be2
refactor(cli): migrate project_types and its tests to TS 2020-05-15 21:49:17 +02:00
Gaëtan Maisse
211acb62be
refactor(cli): migrate Yarn and NPM related files to TS
- Add needed @types packages
 - remove `silent: true` option in `sync` calls as it looks like it's not a valid option
 - remove `encoding: 'utf-8'` option in `spawn` calls as it looks like it's not a valid option
2020-05-15 21:49:17 +02:00
Gaëtan Maisse
f0954f6a44
refactor(cli): add tsconfig.json
⚠️ All files in `template*` directories are ignored because they must be as it in the `dist`.
2020-05-15 21:20:49 +02:00