- The version of `typescript` should match the module template - `tsconfig.json` should be split into `tsconfig.json` and `tsconfig.build.json`, and the files should match the module template - The `build` and `build:types` package scripts should match the module template, and `build:link` and `build:clean` should be removed - `tsup` should be added as a dependency, and `tsup.config.ts` should be copied from the module template
typescriptshould match the module templatetsconfig.jsonshould be split intotsconfig.jsonandtsconfig.build.json, and the files should match the module templatebuildandbuild:typespackage scripts should match the module template, andbuild:linkandbuild:cleanshould be removedtsupshould be added as a dependency, andtsup.config.tsshould be copied from the module template