mirror of https://github.com/mifi/lossless-cut
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.
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/**/*",
|
|
],
|
|
} |