Skip to content

Commit f99b68d

Browse files
committed
remove noEmit
1 parent 9f4054b commit f99b68d

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

packages/hypergraph-react/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"compilerOptions": {
55
"tsBuildInfoFile": ".tsbuildinfo/build.tsbuildinfo",
66
"outDir": "dist",
7-
"stripInternal": true,
8-
"noEmit": false
7+
"stripInternal": true
98
}
109
}

packages/hypergraph-react/tsconfig.src.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"references": [{ "path": "../hypergraph/tsconfig.src.json" }],
55
"compilerOptions": {
66
"tsBuildInfoFile": ".tsbuildinfo/src.tsbuildinfo",
7-
"rootDir": "src",
8-
"noEmit": true
7+
"rootDir": "src"
98
}
109
}

packages/hypergraph-react/tsconfig.test.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"references": [{ "path": "tsconfig.src.json" }, { "path": "../hypergraph/tsconfig.src.json" }],
55
"compilerOptions": {
66
"tsBuildInfoFile": ".tsbuildinfo/test.tsbuildinfo",
7-
"rootDir": "test",
8-
"noEmit": true
7+
"rootDir": "test"
98
}
109
}

packages/hypergraph/tsconfig.build.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"compilerOptions": {
44
"tsBuildInfoFile": ".tsbuildinfo/build.tsbuildinfo",
55
"outDir": "dist",
6-
"stripInternal": true,
7-
"noEmit": false
6+
"stripInternal": true
87
}
98
}

packages/hypergraph/tsconfig.src.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"include": ["src"],
44
"compilerOptions": {
55
"tsBuildInfoFile": ".tsbuildinfo/src.tsbuildinfo",
6-
"rootDir": "src",
7-
"noEmit": true
6+
"rootDir": "src"
87
}
98
}

packages/hypergraph/tsconfig.test.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"references": [{ "path": "tsconfig.src.json" }],
55
"compilerOptions": {
66
"tsBuildInfoFile": ".tsbuildinfo/test.tsbuildinfo",
7-
"rootDir": "test",
8-
"noEmit": true
7+
"rootDir": "test"
98
}
109
}

0 commit comments

Comments
 (0)