chore: heygermany customer project
This commit is contained in:
40
tsconfig.json
Normal file
40
tsconfig.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"jsx": "react",
|
||||
"module": "node18",
|
||||
"moduleResolution": "nodenext",
|
||||
"resolveJsonModule": true,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": false,
|
||||
"removeComments": true,
|
||||
"noLib": false,
|
||||
"noEmit": true,
|
||||
"useUnknownInCatchVariables": false,
|
||||
"target": "ES2021",
|
||||
"sourceMap": true,
|
||||
"allowJs": false,
|
||||
"outDir": "dist",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@heygermany/components": ["./packages/components"],
|
||||
"@heygermany/components/*": ["./packages/components/*"],
|
||||
|
||||
"@heygermany/functions": ["./packages/functions"],
|
||||
"@heygermany/functions/*": ["./packages/functions/*"],
|
||||
|
||||
"@heygermany/mantine-theme": ["./packages/mantine-theme"],
|
||||
"@heygermany/mantine-theme/*": ["./packages/mantine-theme/*"],
|
||||
|
||||
"@heygermany/sdk": ["./packages/sdk"],
|
||||
"@heygermany/sdk/*": ["./packages/sdk/*"]
|
||||
}
|
||||
},
|
||||
"references": [
|
||||
{"path": "./packages/sdk"},
|
||||
{"path": "./packages/mantine-theme"},
|
||||
{"path": "./packages/components"}
|
||||
],
|
||||
"include": ["**/.pikku/*.ts", "**/types.ts"],
|
||||
"exclude": ["node_modules", "**/*.spec.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user