mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 13:35:09 -05:00
* Fix auth * Added 3box profile info * Added player names in list * Added hasura action to fetch verified accounts on 3Box * Added usernames * fix router
17 lines
275 B
JSON
17 lines
275 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"typeRoots": ["./@types"]
|
|
},
|
|
"include": [
|
|
"src",
|
|
"./@types"
|
|
]
|
|
}
|