Files
heygermany-e2e-mrg3zujp/packages/components/tsconfig.json
e2e 3bb535efe8
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled
chore: heygermany customer project
2026-07-11 10:35:04 +02:00

22 lines
471 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"moduleResolution": "bundler",
"types": ["node"],
"composite": true,
"declaration": true,
"noEmit": false,
"skipLibCheck": true,
"rootDir": ".",
"outDir": "dist",
"jsx": "react-jsx"
},
"references": [
{"path": "../mantine-theme"}
],
"files": [],
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"],
"exclude": ["dist/**/*", "lib/**/*"]
}