UNPKG

haste-arcade-sdk

Version:

An SDK for integrating 3rd party games into the Haste Arcade gaming platform.

24 lines (23 loc) 571 B
{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "noFallthroughCasesInSwitch": true, "module": "commonjs", "moduleResolution": "node", "resolveJsonModule": true, "outDir": "dist", "declaration": true, "baseUrl": "./", "paths": { "*": ["node_modules/*", "src/*", "dist/*"] } }, "include": ["src"] }