mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 10:01:05 +08:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"preact": ["src/shared/@mock-types/_preact.d.ts"]
|
|
},
|
|
"strictNullChecks": true,
|
|
"removeComments": true,
|
|
"rootDir": "./src",
|
|
"types": ["webpack-env", "jest"]
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/register.ts", "src/**/*.test.ts"]
|
|
}
|