feat: Implemented external ryujinx integration plugin refactor: moved sdk types and schemas to own workspace package fix: Fixed emulator launch with no game
22 lines
No EOL
496 B
JSON
22 lines
No EOL
496 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"useDefineForClassFields": true,
|
|
"lib": [
|
|
"ES2024"
|
|
],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
"outDir": "../../dist-sdk",
|
|
"types": [
|
|
"node"
|
|
]
|
|
}
|
|
} |