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
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/node22/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
|
|
// https://nodejs.org/api/typescript.html
|
|
"allowImportingTsExtensions": true,
|
|
"rewriteRelativeImportExtensions": true,
|
|
"erasableSyntaxOnly": true,
|
|
"verbatimModuleSyntax": true,
|
|
},
|
|
"include": [
|
|
"electron.vite.config.ts",
|
|
"i18next.config*.ts",
|
|
"script/**/*",
|
|
],
|
|
} |