Skip to content

Commit a54fcb9

Browse files
committed
Converted modules name to lowercase.
1 parent 7274cba commit a54fcb9

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

packages/doxdox-cli/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"resolveJsonModule": true,

packages/doxdox-core/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-parser-jsdoc/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-parser-template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-renderer-bootstrap/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-renderer-dash/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-renderer-github-wiki/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-renderer-json/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-renderer-markdown/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

packages/doxdox-renderer-template/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"module": "ES2020",
4+
"module": "es2020",
55
"esModuleInterop": true,
66
"moduleResolution": "node",
77
"declaration": true,

0 commit comments

Comments
 (0)