-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathknip.json
More file actions
37 lines (37 loc) · 1022 Bytes
/
Copy pathknip.json
File metadata and controls
37 lines (37 loc) · 1022 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
28
29
30
31
32
33
34
35
36
37
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"src/index.ts",
"src/cli/tact/index.ts",
"src/cli/unboc/index.ts",
"src/cli/tact-fmt/index.ts"
],
"project": ["src/**/*.ts"],
"ignore": [
"**/.testing/",
"src/ast/ast.ts",
"src/ast/ast-constants.ts",
"src/config/parseConfig.ts",
"src/ast/ast-printer.ts",
"src/error/display-to-json.ts",
"src/grammar/src-info.ts",
"src/grammar/grammar.ts",
"src/func/funcCompile.ts",
"src/utils/tricks.ts",
"src/cli/colors.ts",
"src/cli/logger.ts",
"src/error/logger-util.ts",
"src/error/string-util.ts",
"src/server/run-server.ts",
"src/logs/parse-log.ts",
"src/logs/markdown.ts",
"src/test/utils/with-log.ts",
"src/utils/array.ts",
".github/workflows/tact*.yml",
".github/actions/**/*.yml",
"src/fmt/cst/cst-parser.ts",
"src/pipeline/ast-factory-store.ts",
"src/asm/**"
],
"ignoreDependencies": ["@tact-lang/ton-abi", "husky", "tsconfig-paths"]
}