mirror of
https://github.com/mifi/lossless-cut.git
synced 2026-08-29 03:43:07 +08:00
remove unneeded noEmit
already default true
This commit is contained in:
+3
-1
@@ -6,17 +6,19 @@
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "main-ts-dist",
|
||||
"tsBuildInfoFile": "main-ts-dist/tsconfig.tsbuildinfo",
|
||||
|
||||
"lib": ["ES2024"],
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"types": ["vite/client"],
|
||||
|
||||
// https://nodejs.org/api/typescript.html
|
||||
"allowImportingTsExtensions": true,
|
||||
"rewriteRelativeImportExtensions": true,
|
||||
"erasableSyntaxOnly": true,
|
||||
"verbatimModuleSyntax": true,
|
||||
|
||||
"types": ["vite/client"],
|
||||
},
|
||||
"references": [
|
||||
{ "path": "./tsconfig.common.json" },
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||
"target": "esnext",
|
||||
"noEmit": true,
|
||||
|
||||
"types": ["vite/client"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user