Files
TheGame/packages/design-system/tsconfig.json
Hammad Jutt e8f1a1628d Update TS, setup SourceCred SDK, and add helpers to utils (#107)
* Update TS version and setup SourceCred API in backend

* Fix typeError in Player.tsx

* Update yarn.lock

* Update yarn.lock and fix type errors
2020-09-06 18:50:22 -06:00

11 lines
251 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"noEmit": true,
"tsBuildInfoFile": "./dist/.tsbuildinfo"
},
"include": ["./src", "./stories", "./test"]
}