Skip to content

Commit 085d8dc

Browse files
committed
chore(create-tensei-app): ignore typescript template from tsc build
1 parent 7ce410b commit 085d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-tensei-app/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"forceConsistentCasingInFileNames": true,
1212
"types": ["@types/jest", "node"]
1313
},
14-
"exclude": ["__tests__", "build"]
14+
"exclude": ["__tests__", "build", "templates"]
1515
}

0 commit comments

Comments
 (0)