platform/plugins/request-assets/tsconfig.json
Denis Bykhov 9d3f3bd2a7
Request init (#2453)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2022-12-21 13:03:49 +07:00

18 lines
341 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"module": "commonjs",
"sourceMap": true,
"types": ["node", "heft-jest"],
"declaration": true,
"outDir": "./lib",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"lib": [
"esnext",
"dom"
]
}
}