Picsur/backend/tsconfig.build.json

6 lines
144 B
JSON
Raw Normal View History

2022-02-21 09:46:03 +00:00
{
"extends": "./tsconfig.json",
2022-05-01 21:29:56 +00:00
"include": ["src/**/*.ts", "src/**/*.d.ts"],
2022-02-21 09:46:03 +00:00
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
}