about summary refs log tree commit diff
path: root/bskyogcard/tsconfig.json
blob: a5c3beecb19ad6eba2b3a0fe5b13e11a76aa1124 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "target": "ESNext",
    "module": "NodeNext",
    "esModuleInterop": true,
    "moduleResolution": "NodeNext",
    "jsx": "react-jsx",
    "outDir": "dist"
  },
  "include": ["./src/index.ts", "./src/bin.ts"]
}