• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "extends": "../tsconfig-base",
3    "compilerOptions": {
4        "removeComments": false,
5        "outFile": "../../built/local/linter.js",
6        "preserveConstEnums": true,
7        "types": [
8            "node"
9        ]
10    },
11    "references": [
12        { "path": "../compiler" },
13        { "path": "../jsTyping" },
14        { "path": "../services" }
15    ],
16    "files": [
17        "Common.ts",
18        "CookBookMsg.ts",
19        "DiagnosticChecker.ts",
20        "LibraryTypeCallDiagnosticChecker.ts",
21        "Problems.ts",
22        "Utils.ts",
23        "Autofixer.ts",
24        "TypeScriptLinterConfig.ts",
25        "TypeScriptLinter.ts",
26        "TSDiagnostics.ts",
27	    "LinterRunner.ts",
28    ]
29}
30