ipsased
Version:
UI toolkit monorepo containing a React component library, UI utilities, a drag-and-drop library, and more
45 lines (44 loc) • 1.55 kB
JSON
{
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"composite": true,
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"moduleResolution": "node",
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "dist",
"paths": { "@acusti/*": ["packages/*/src"] },
"skipLibCheck": true,
"sourceMap": true,
"strictNullChecks": true,
"target": "es2017"
},
"exclude": [".yarn/cache", "node_modules", "packages/docs", "**/dist/**/*"],
"references": [
{ "path": "packages/appsync-fetch" },
{ "path": "packages/aws-signature-v4" },
{ "path": "packages/css-value-input" },
{ "path": "packages/css-values" },
{ "path": "packages/date-picker" },
{ "path": "packages/dropdown" },
{ "path": "packages/input-text" },
{ "path": "packages/matchmaking" },
{ "path": "packages/post" },
{ "path": "packages/styling" },
{ "path": "packages/textual" },
{ "path": "packages/uniquify" },
{ "path": "packages/use-bounding-client-rect" },
{ "path": "packages/use-is-out-of-bounds" },
{ "path": "packages/use-keyboard-events" },
{ "path": "packages/webcrypto" }
]
}