Files
lossless-cut/tsconfig.web.json
Mikael Finstad 260128b314 remove unneeded noEmit
already default true
2026-01-28 17:42:28 +08:00

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/**/*",
],
}