Skip to content

Commit

Permalink
Skip compiling all recipe templates
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jan 4, 2024
1 parent 9b2316d commit 0be941d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions packages/create/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": [
"src/**/*"
],
"exclude": [
"src/recipes/nextjs/template/*",
"src/recipes/nextjs/template-js/*"
]
}
"include": ["src/**/*"],
"exclude": ["src/recipes/**/template/**/*"]
}

0 comments on commit 0be941d

Please sign in to comment.