1
0
mirror of synced 2025-12-26 14:00:11 -05:00
Files
blitz/packages/pkg-template/tsconfig.json

6 lines
125 B
JSON

{
"extends": "@blitzjs/config/tsconfig.library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}