Skip to content

Commit 2d914eb

Browse files
committed
fix tsconfig
1 parent ea37bfc commit 2d914eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@proto-graphql/codegen-core/tsconfig.cjs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"declarationMap": true,
66
"rootDir": "./src",
77
"outDir": "./lib",
8+
"allowJs": true,
89
"noEmit": false
910
},
10-
"exclude": ["**/*.test.*", "**/__tests__/**"]
11+
"exclude": ["**/*.test.*", "**/__tests__/**", "jest.config.js"]
1112
}

0 commit comments

Comments
 (0)