spt-launcher/tsconfig.json

15 lines
329 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["DOM", "ES2020"],
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"strict": true,
"skipLibCheck": true,
"noEmit": true,
"types": ["vite/client"]
},
"include": ["src/renderer/**/*", "src/renderer/vite-env.d.ts"]
}