Files
nest/sample/12-graphql-schema-first/tsconfig.build.json
2020-02-29 13:21:21 +01:00

5 lines
97 B
JSON

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