mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"strict": false
|
|
},
|
|
"include": ["src/**/*", "src/**/*.json"]
|
|
}
|