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.
13 lines
285 B
JSON
13 lines
285 B
JSON
|
8 months ago
|
{
|
||
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/node22/tsconfig.json"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"noEmit": false,
|
||
|
|
|
||
|
|
"outDir": "common-ts-dist",
|
||
|
|
"tsBuildInfoFile": "common-ts-dist/tsconfig.tsbuildinfo",
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/common/**/*",
|
||
|
|
],
|
||
|
|
}
|