mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
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",
|
|
],
|
|
} |