mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:51:07 +08:00
26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"types": [
|
|
"node",
|
|
"jest"
|
|
],
|
|
"strict": false,
|
|
"strictNullChecks": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"verdaccio": [
|
|
"./typings.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"./**/*"
|
|
]
|
|
} |