Files
ddns/tsconfig.build.json
Joe Monk 0164290830
All checks were successful
Build and deploy / deploy (push) Successful in 41s
Init the ddns service, create app, aws and ip modules
2024-11-11 14:47:39 +00:00

5 lines
97 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}