mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 09:52:33 +01:00
19 lines
399 B
JSON
19 lines
399 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",
|
|
"types": ["vite/client"],
|
|
},
|
|
"include": [
|
|
"src/main/**/*",
|
|
"types.ts",
|
|
],
|
|
} |