Files
z-elements/libs/panels/bottom-panel/tsconfig.json
Mitch Hijlkema 41830bbca5 feat: side panels
Signed-off-by: Mitch Hijlkema <mitch@hijlkema.codes>
2023-08-31 17:03:27 +02:00

29 lines
562 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"types": [
"vitest"
]
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
},
{
"path": "./tsconfig.storybook.json"
}
]
}