platform/packages/platform-rig/profiles/default/tsconfig.json
Andrey Sobolev 76e71712e6
TSK-1237: Improve full text indexer (#3025)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-04-20 17:11:22 +07:00

14 lines
285 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"module": "commonjs",
"declaration": true,
"strict": true,
"sourceMap": true,
"resolveJsonModule": true,
"types": ["heft-jest"],
"skipLibCheck": true,
"incremental": true,
"declarationMap": true
}
}