mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-09 05:25:15 -05:00
* Update TS version and setup SourceCred API in backend * Fix typeError in Player.tsx * Update yarn.lock * Update yarn.lock and fix type errors
18 lines
422 B
JSON
18 lines
422 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["dom", "es2017"],
|
|
"allowJs": true,
|
|
"strict": false,
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"tsBuildInfoFile": "out/.tsbuildinfo",
|
|
"jsx": "preserve"
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
|
}
|