18 lines
425 B
JSON
18 lines
425 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": ".import-run-test-build"
|
|
},
|
|
"include": [
|
|
"src/features/addressbook/importRunState.ts",
|
|
"tests/import-run-state.test.ts"
|
|
]
|
|
}
|