cal.pub0.org/packages/app-store/tsconfig.json

9 lines
189 B
JSON
Raw Normal View History

2022-02-16 20:45:46 +00:00
{
"extends": "@calcom/tsconfig/base.json",
2022-02-21 23:14:46 +00:00
"include": [".", "@calcom/types"],
2022-02-22 18:12:51 +00:00
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"resolveJsonModule": true
}
2022-02-16 20:45:46 +00:00
}