Skip to content

Why does the default tsconfig.ts file have rootDir: '.' ? #573

@tylerlong

Description

@tylerlong
compilerOptions: {rootDir: '.', outDir: 'build'},

https://github.com/google/gts/blob/master/src/init.ts#L239

The config file should be minimal. It should not contain configurations which are not necessary.

Every time I run gts init, I need to manually remove rootDir: '.' because it doesn't make sense to my project.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions