We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea37bfc commit 2d914ebCopy full SHA for 2d914eb
packages/@proto-graphql/codegen-core/tsconfig.cjs.json
@@ -5,7 +5,8 @@
5
"declarationMap": true,
6
"rootDir": "./src",
7
"outDir": "./lib",
8
+ "allowJs": true,
9
"noEmit": false
10
},
- "exclude": ["**/*.test.*", "**/__tests__/**"]
11
+ "exclude": ["**/*.test.*", "**/__tests__/**", "jest.config.js"]
12
}
0 commit comments