platform/packages/platform-rig/profiles/ui/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

18 lines
333 B
JSON

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