Files
twenty/packages/twenty-shared/tsconfig.lib.json
T
Raphaël BosiandGitHub f0bc9fcb43 [FRONT COMPONENTS] Move to twenty-sdk (#17587)
Move front components from twenty-shared to twenty-sdk
2026-02-02 12:21:53 +00:00

17 lines
322 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"noEmit": false,
"outDir": "../../.cache/tsc",
"types": ["node"]
},
"include": ["src/**/*.js", "src/**/*.ts"],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/__mocks__/**/*"
]
}