@eventcatalogtest/studio
Version:
A drag and drop UI for distributed systems that keeps your diagrams where they belong – in your repo
59 lines (56 loc) • 1.54 kB
JSON
{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"esModuleInterop": true,
"incremental": false,
"isolatedModules": true,
"lib": ["es2022", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleDetection": "force",
"moduleResolution": "Bundler",
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
"plugins": [{ "name": "next" }],
"allowJs": true,
"jsx": "preserve",
"noEmit": true,
"paths": {
"@/*": ["./*"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
"next-env.d.ts",
"next.config.ts",
".next/types/**/*.ts"
],
"exclude": ["node_modules"]
}
// {
// "extends": "astro/tsconfigs/strict",
// "compilerOptions": {
// "strict": true,
// "baseUrl": ".",
// "paths": {
// "@config": ["./eventcatalog.config.js"],
// "@eventcatalog": ["src/utils/eventcatalog-config/catalog.ts"],
// "@icons/*": ["src/icons/*"],
// "@components/*": ["src/components/*"],
// "@catalog/components/*": ["src/custom-defined-components/*"],
// "@types": ["src/types/index.ts"],
// "@utils/*": ["src/utils/*"],
// "@layouts/*": ["src/layouts/*"],
// "@enterprise/*": ["src/enterprise/*"],
// "@ai/*": ["src/generated-ai/*"]
// },
// "jsx": "react-jsx",
// "jsxImportSource": "react",
// "types": ["vitest/globals"]
// }
// }