platform/packages/rekoni/tsconfig.json
Andrey Sobolev 5b644aac5c
Recognize attached document properties on Candidate creation (#904)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-02-02 10:03:29 +01:00

15 lines
254 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "esnext",
"declaration": true,
"outDir": "./lib",
"strict": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}