{
  "extends": "./tsconfig.json",
  "files": ["./script.ts"],
  "compilerOptions": {
    "module": "commonjs"
  }
}