You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
565 B

{
"extends": "./tsconfig.json",
"compilerOptions": {
"lib": [],
"types": ["node"]
// We don't override `module` to `CommonJS` here.
// Whatever build tool you use, we recommend you to author and ship in ES modules.
// The recommendation may change when `"module": "Node12" / "NodeNext"` is stable.
// If you are targeting CommonJS environment,
// and use `tsc` or `ts-node` for transpilation,
// you might need to manually override the following fields:
// "module": "CommonJS",
// "preserveValueImports": false,
}
}