Skip to content

Commit

Permalink
feat: use projen typescript app project type
Browse files Browse the repository at this point in the history
  • Loading branch information
marnixdessing committed Oct 24, 2022
1 parent 5db544e commit be2911f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 1 addition & 9 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { typescript } = require('projen');
const { NpmAccess } = require('projen/lib/javascript');
const project = new typescript.TypeScriptProject({
const project = new typescript.TypeScriptAppProject({
defaultReleaseBranch: 'main',
name: 'cfn-diff',
release: true,
Expand Down
2 changes: 0 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be2911f

Please sign in to comment.