cumquenumquam
Version:
Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.
38 lines (37 loc) • 1.03 kB
JSON
{
"compilerOptions": {
"baseUrl": ".",
"module": "commonjs",
"target": "es5",
"lib": ["es2017", "dom"],
"strict": true,
"composite": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"preserveSymlinks": true,
"importHelpers": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"resolveJsonModule": true
},
"include": [],
"references": [
{ "path": "./packages/browser" },
{ "path": "./packages/core" },
{ "path": "./packages/react-native" },
{ "path": "./packages/utils" },
{ "path": "./packages/qrcode-modal" },
{ "path": "./packages/web3-subprovider" },
{ "path": "./packages/web3-provider" }
]
}