15 lines
273 B
JSON
15 lines
273 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"stories/**/*",
|
||
|
|
".storybook/**/*"
|
||
|
|
]
|
||
|
|
}
|