Skip to content

Commit 6bba643

Browse files
committed
build(types): nodenext throughout
1 parent 52c84bf commit 6bba643

File tree

24 files changed

+2
-52
lines changed

24 files changed

+2
-52
lines changed

packages/ERTP/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
// omit exported.js because 1) it need not be included in the typecheck of

packages/SwingSet/tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
// This file can contain .js-specific Typescript compiler config.
22
{
33
"extends": "../../tsconfig.json",
4-
"compilerOptions": {
5-
// Default is "esnext" but we need "nodenext" to support ESM in Node.js
6-
"module": "nodenext",
7-
// Default is "bundler" which is too lax
8-
"moduleResolution": "nodenext",
9-
},
104
"include": [
115
"exported.js",
126
"demo/**/*.js",

packages/async-flow/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"*.js",

packages/base-zone/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"*.js",

packages/client-utils/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"module": "nodenext",
5-
"moduleResolution": "nodenext",
64
},
75
"include": [
86
"src",

packages/cosmic-swingset/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"*.cjs",

packages/inter-protocol/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"globals.d.ts",

packages/internal/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"src",

packages/kmarshal/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"src/**/*.js",

packages/notifier/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
{
33
"extends": "../../tsconfig.json",
44
"compilerOptions": {
5-
"module": "nodenext",
6-
"moduleResolution": "nodenext",
75
},
86
"include": [
97
"src/**/*.js",

0 commit comments

Comments
 (0)