You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/tsconfig.node.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/**/*",
],
}