gpg/tsconfig.json
2022-10-20 16:22:18 +02:00

8 lines
146 B
JSON

{
"extends": "./node_modules/@tsconfig/node16/tsconfig.json",
"exclude": [
"node_modules",
"**/*.test.ts",
"jest.config.ts"
]
}