platform/plugins/tracker-resources/tsconfig.json
Andrey Sobolev 56d764d451
Update heft (#1974)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-06-02 09:26:14 +07:00

16 lines
280 B
JSON

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