We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
removeComments
1 parent 932eef3 commit bf7e90aCopy full SHA for bf7e90a
‎tsconfig.esm.json
@@ -3,7 +3,8 @@
3
"compilerOptions": {
4
"rootDir": "./src",
5
"outDir": "./esm",
6
- "module": "Node16"
+ "module": "Node16",
7
+ "removeComments": true
8
},
9
"include": ["src"]
10
}
0 commit comments