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