gpg/tsconfig.json

9 lines
146 B
JSON
Raw Normal View History

2020-05-03 14:46:05 -04:00
{
2022-10-20 10:22:18 -04:00
"extends": "./node_modules/@tsconfig/node16/tsconfig.json",
"exclude": [
"node_modules",
"**/*.test.ts",
"jest.config.ts"
]
2020-05-03 14:46:05 -04:00
}