vega-frontend-monorepo/libs/wallet/tsconfig.json

23 lines
465 B
JSON
Raw Normal View History

2022-03-11 00:11:56 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
2022-03-11 00:11:56 +00:00
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
2022-03-11 00:11:56 +00:00
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"files": [],
2022-03-11 00:11:56 +00:00
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}