mirror of
https://github.com/mifi/lossless-cut.git
synced 2026-08-28 19:21:21 +08:00
260128b314
already default true
16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/vite-react/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"target": "esnext",
|
|
|
|
"types": ["vite/client"],
|
|
},
|
|
"references": [
|
|
{ "path": "./tsconfig.main.json" },
|
|
{ "path": "./tsconfig.common.json" },
|
|
],
|
|
"include": [
|
|
"src/renderer/**/*",
|
|
],
|
|
} |