If this command is run in a directory which does not have a `tsconfig.json` and generate the default one. ```json { "extends": "@tsconfig/node12/tsconfig.json", "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] } ```