summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/tsconfig.deno.json
blob: 849e070dbc77b4ce04ac2ec7f3971356f394c96d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "extends": "./tsconfig.json",
  "include": ["dist-deno"],
  "exclude": [],
  "compilerOptions": {
    "rootDir": "./dist-deno",
    "lib": ["es2020", "DOM"],
    "noEmit": true,
    "declaration": true,
    "declarationMap": true,
    "outDir": "dist-deno",
    "pretty": true,
    "sourceMap": true
  }
}