Files
TheGame/packages/design-system/tsconfig.json
2020-07-29 14:36:41 -06:00

10 lines
205 B
JSON

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