Skip to content

Commit dc6e490

Browse files
committed
refactor: remove "removeComments"
1 parent 66d09c4 commit dc6e490

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"build": "pnpm run build:meta && pnpm run build:ts && pnpm run build:types",
3131
"build:meta": "pnpm run ts ./tools/update-meta.ts",
3232
"build:ts": "tsc --project ./tsconfig.build.json",
33-
"build:types": "pnpm run ts ./tools/update-rule-types.ts && copyfiles -f ./src/rule-types.d.ts ./lib",
33+
"build:types": "pnpm run ts ./tools/update-rule-types.ts",
3434
"clean": "rimraf .nyc_output lib coverage build .svelte-kit svelte.config-dist.js",
3535
"cover": "nyc --reporter=lcov pnpm run test",
3636
"debug": "pnpm run mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000",
@@ -121,7 +121,6 @@
121121
"@typescript/vfs": "^1.5.0",
122122
"acorn": "^8.11.3",
123123
"assert": "^2.1.0",
124-
"copyfiles": "^2.4.1",
125124
"cross-spawn": "^7.0.3",
126125
"env-cmd": "^10.1.0",
127126
"esbuild": "^0.20.2",

tsconfig.build.json

-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,4 @@
77
"vite.config.mts",
88
"docs-svelte-kit/**/*.mts"
99
],
10-
"compilerOptions": {
11-
"removeComments": true /* Do not emit comments to output. */
12-
}
1310
}

0 commit comments

Comments
 (0)