phaser
Version:
A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.
19 lines (18 loc) • 417 B
JSON
{
"version": "0.0.1",
"compilerOptions": {
"target": "es2018",
"module": "node16",
"moduleResolution": "node16",
"declaration": false,
"noImplicitAny": false,
"skipLibCheck": true,
"sourceMap": true,
"outDir": "./bin/",
"rootDir": "./src/"
},
"include": [
"src/**/*.ts",
"./node_modules/@types/**/*.d.ts"
]
}