aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tsconfig.json
blob: c93710c8cddbf18032c18942dfc83a0f39b4c535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "compilerOptions": {
    "target": "ES2018",
    "module": "commonjs",
    "moduleResolution": "node",
    "strict": true,
    "importHelpers": false,
    "noEmitHelpers": false,
    "skipLibCheck": true,
    "outDir": "./dist",
    "baseUrl": "./packages",
    "paths": {
      "@vercel/webpack-nft": ["webpack-nmt/src/index.ts"]
    }
  },
  "exclude": ["node_modules", "target"]
}