Skip to content

Commit 39dca3b

Browse files
committed
build: run formatter
1 parent 22bb33e commit 39dca3b

12 files changed

Lines changed: 32 additions & 32 deletions

File tree

end-to-end/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"skipLibCheck": true,
1212
"declaration": true,
1313
"composite": true,
14-
"sourceMap": true,
15-
},
14+
"sourceMap": true
15+
}
1616
}

examples/jest_typescript_integration/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"skipLibCheck": true,
1212
"declaration": true,
1313
"composite": true,
14-
"sourceMap": true,
15-
},
14+
"sourceMap": true
15+
}
1616
}

examples/js-yaml/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"skipLibCheck": true,
1313
"declaration": true,
1414
"composite": true,
15-
"sourceMap": true,
16-
},
15+
"sourceMap": true
16+
}
1717
}

packages/bug-detectors/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "dist",
5+
"outDir": "dist"
66
},
77
"references": [
88
{
9-
"path": "../core",
9+
"path": "../core"
1010
},
1111
{
12-
"path": "../hooking",
13-
},
14-
],
12+
"path": "../hooking"
13+
}
14+
]
1515
}

packages/core/tsconfig.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "dist",
5+
"outDir": "dist"
66
},
77
"references": [
88
{
9-
"path": "../instrumentor",
9+
"path": "../instrumentor"
1010
},
1111
{
12-
"path": "../hooking",
13-
},
14-
],
12+
"path": "../hooking"
13+
}
14+
]
1515
}

packages/fuzzer/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "dist",
5+
"outDir": "dist"
66
},
7-
"exclude": ["build", "dist", "cmake-build-*"],
7+
"exclude": ["build", "dist", "cmake-build-*"]
88
}

packages/hooking/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "dist",
6-
},
5+
"outDir": "dist"
6+
}
77
}

packages/instrumentor/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "dist",
5+
"outDir": "dist"
66
},
7-
"references": [{ "path": "../fuzzer" }, { "path": "../hooking" }],
7+
"references": [{ "path": "../fuzzer" }, { "path": "../hooking" }]
88
}

packages/jest-runner/tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"rootDir": ".",
5-
"outDir": "dist",
5+
"outDir": "dist"
66
},
77
"references": [
88
{
9-
"path": "../core",
10-
},
11-
],
9+
"path": "../core"
10+
}
11+
]
1212
}

tests/jest_integration/jest_project_ts/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"skipLibCheck": true,
1212
"declaration": true,
1313
"composite": true,
14-
"sourceMap": true,
15-
},
14+
"sourceMap": true
15+
}
1616
}

0 commit comments

Comments
 (0)