18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"target": "ES2022",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"typeRoots": ["../../govoplan-core/webui/node_modules/@types"],
|
|
"types": ["node"],
|
|
"outDir": ".runtime-status-test-build"
|
|
},
|
|
"include": [
|
|
"src/features/ops/runtimeStatus.ts",
|
|
"tests/runtime-status.test.ts"
|
|
]
|
|
}
|