Files
hono-netdi/tsconfig.build.json
T

9 lines
158 B
JSON
Raw Normal View History

2025-05-24 16:40:55 -05:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "tests/**/*"]
}