chore: heygermany customer project
This commit is contained in:
21
packages/components/tsconfig.json
Normal file
21
packages/components/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user