feat(imports): resume persisted address runs
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user