mirror of
https://github.com/mileswolfallen2/OmniEmu2.0.git
synced 2026-09-08 11:23:17 +00:00
11 lines
222 B
JSON
11 lines
222 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist/renderer",
|
|
"types": ["vite/client"],
|
|
"jsx": "react-jsx",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/renderer/**/*", "src/shared/**/*"]
|
|
}
|