storybook/examples/react-ts/tsconfig.json
2020-05-19 10:36:36 +03:00

11 lines
183 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"esModuleInterop": true,
"jsx": "preserve",
"skipLibCheck": true,
"strict": true
},
"include": ["src/*", "main.ts"]
}