chronocat/tsconfig.json

9 lines
109 B
JSON
Raw Normal View History

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