UNPKG

@eroscripts/osr-emu

Version:

A web-based graphical emulator for open source strokers.

24 lines (20 loc) 524 B
{ "compilerOptions": { "target": "ESNext", // Enable latest features "lib": ["ESNext", "DOM"], "moduleDetection": "force", "module": "ESNext", // Bundler mode "moduleResolution": "bundler", "allowImportingTsExtensions": true, "allowJs": false, // Best practices "strict": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": false, "noEmit": true, "verbatimModuleSyntax": true, "skipLibCheck": true } }