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.
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"extends": ["@tsconfig/strictest", "@tsconfig/vite-react/tsconfig.json"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2023", "DOM", "DOM.Iterable"],
|
|
"noEmit": true,
|
|
|
|
"noImplicitAny": false, // todo
|
|
"checkJs": false, // todo
|
|
"allowJs": true, // todo
|
|
},
|
|
"references": [
|
|
{ "path": "./tsconfig.main.json" },
|
|
],
|
|
"include": [
|
|
"src/renderer/**/*",
|
|
],
|
|
} |