Skip to content

Commit bf7e90a

Browse files
committed
🔧 Add removeComments option
1 parent 932eef3 commit bf7e90a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tsconfig.esm.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"rootDir": "./src",
55
"outDir": "./esm",
6-
"module": "Node16"
6+
"module": "Node16",
7+
"removeComments": true
78
},
89
"include": ["src"]
910
}

0 commit comments

Comments
 (0)