mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 23:21:15 +08:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/*",
|
|
"main.ts"
|
|
]
|
|
} |