twenty/packages/twenty-server/tsconfig.scripts.json

6 lines
108 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"include": ["scripts/**/*.ts"],
"exclude": ["node_modules", "dist"]
}