2026-02-05 17:46:29 +01:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "../../dist",
|
2026-02-09 13:24:04 +01:00
|
|
|
"rootDir": "../../",
|
2026-02-05 17:46:29 +01:00
|
|
|
},
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules"
|
|
|
|
|
],
|
|
|
|
|
"include": [
|
|
|
|
|
"**/*.ts",
|
2026-04-21 17:39:09 +02:00
|
|
|
"**/*.d.ts",
|
2026-02-09 13:24:04 +01:00
|
|
|
"../../packages/sim-shared/**/*.ts",
|
|
|
|
|
"../../packages/sim-consumidor-objenious/**/*.ts"
|
2026-02-05 17:46:29 +01:00
|
|
|
]
|
2026-02-09 15:32:14 +01:00
|
|
|
}
|