2026-01-08 13:36:52 +01:00
|
|
|
{
|
|
|
|
|
"extends": "../../tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
2026-01-30 14:53:18 +01:00
|
|
|
"outDir": "../../dist",
|
2026-02-09 13:24:04 +01:00
|
|
|
"rootDir": "../../",
|
2026-01-08 13:36:52 +01:00
|
|
|
},
|
|
|
|
|
"exclude": [
|
|
|
|
|
"node_modules"
|
|
|
|
|
],
|
|
|
|
|
"include": [
|
|
|
|
|
"**/*.ts",
|
2026-02-09 13:24:04 +01:00
|
|
|
"../../packages/sim-shared/**/*.ts"
|
2026-01-08 13:36:52 +01:00
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"index.ts"
|
|
|
|
|
]
|
2026-02-09 15:32:14 +01:00
|
|
|
}
|