forked from webpro-nl/knip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
27 lines (27 loc) · 774 Bytes
/
Copy pathtsconfig.json
File metadata and controls
27 lines (27 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "nodenext",
"noEmit": false,
"outDir": "./dist",
"removeComments": true,
"resolveJsonModule": true,
"rootDir": "./src",
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": false,
"strict": true,
"target": "es2022",
"verbatimModuleSyntax": true
},
"include": ["./src/**/*.ts"],
"exclude": [],
"files": ["./@types/github-codeowners/index.d.ts", "./@types/summary/index.d.ts", "./@types/bash-parser/index.d.ts"]
}