summaryrefslogtreecommitdiff
path: root/node_modules/rcedit/tsconfig.eslint.json
blob: bb36caf51464539abd4384f1d7853bdb0c395451 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2018",
    "outDir": "dist",
    "lib": ["es2018"],
    "sourceMap": true,
    "rootDir": ".",
    "strict": true,
    "esModuleInterop": true,
    "declaration": true
  },
  "include": ["lib/index.d.ts", "test/index.test-d.ts"]
}