mirror of
https://github.com/mifi/lossless-cut.git
synced 2026-08-28 19:21:21 +08:00
2601082c80
- convert to esm - upgrade electron-vite - implement license check - stricten ts - remove fs-extra
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/node22/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
|
|
"outDir": "common-ts-dist",
|
|
"tsBuildInfoFile": "common-ts-dist/tsconfig.tsbuildinfo",
|
|
|
|
// https://nodejs.org/api/typescript.html
|
|
"allowImportingTsExtensions": true,
|
|
"rewriteRelativeImportExtensions": true,
|
|
"erasableSyntaxOnly": true,
|
|
"verbatimModuleSyntax": true,
|
|
},
|
|
"include": [
|
|
"src/common/**/*",
|
|
],
|
|
} |