Files
twenty/packages/twenty-sdk/tsconfig.json
T
2025-10-20 15:54:08 +02:00

10 lines
167 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"outDir": "dist",
"rootDir": "src"
},
"include": ["src/**/*"]
}