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.
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"extends": ["@tsconfig/strictest"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "ts-dist",
|
|
"tsBuildInfoFile": "ts-dist/tsconfig.tsbuildinfo",
|
|
"lib": ["es2023"],
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
},
|
|
"include": [
|
|
"src/main/**/*",
|
|
"types.ts",
|
|
],
|
|
} |