chronocat/tsconfig.json

10 lines
125 B
JSON
Raw Normal View History

2024-03-03 13:14:52 +00:00
{
"extends": "./tsconfig.base",
"include": [
"jest.config.ts",
2024-03-13 14:20:55 +00:00
"external",
2024-03-03 13:14:52 +00:00
"packages",
"scripts",
],
}