UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

29 lines (28 loc) 643 B
{ "compilerOptions": { "module": "node16", "moduleResolution": "node16", "noImplicitAny": true, "strictNullChecks": true, "noImplicitThis": true, "noImplicitReturns": true, "preserveConstEnums": true, "skipLibCheck": true, "outDir": "./bin/", "rootDir": "./src", "sourceMap": true, "lib": [ "dom", "scripthost", "es5" ] }, "include": [ "src/game.ts", "../../../types/phaser.d.ts" ], "exclude": [ "node_modules", "../../../node_modules/@types" ] }