wip
This commit is contained in:
@@ -1,46 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"module": "ESNext",
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"alwaysStrict": true,
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"noEmit": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
"@/lib/*": ["apps/website/lib/*"],
|
||||
"@/components/*": ["apps/website/components/*"],
|
||||
"@/app/*": ["apps/website/app/*"],
|
||||
"packages/*": ["packages/*"],
|
||||
"apps/*": ["apps/*"],
|
||||
"@gridpilot/shared-result": ["packages/shared/result/Result.ts"],
|
||||
"@gridpilot/shared": ["packages/shared/index.ts"],
|
||||
"@gridpilot/shared/application": ["packages/shared/application"],
|
||||
"@gridpilot/shared/application/*": ["packages/shared/application/*"],
|
||||
"@gridpilot/shared/presentation": ["packages/shared/presentation"],
|
||||
"@gridpilot/shared/presentation/*": ["packages/shared/presentation/*"],
|
||||
"@gridpilot/shared/domain": ["packages/shared/domain"],
|
||||
"@gridpilot/shared/domain/*": ["packages/shared/domain/*"],
|
||||
"@gridpilot/shared/errors": ["packages/shared/errors"],
|
||||
"@gridpilot/shared/errors/*": ["packages/shared/errors/*"],
|
||||
"@gridpilot/automation/*": ["packages/automation/*"],
|
||||
"@gridpilot/testing-support": ["packages/testing-support/index.ts"],
|
||||
"@gridpilot/media": ["packages/media/index.ts"]
|
||||
},
|
||||
"types": ["vitest/globals", "node"],
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"extends": "./tsconfig.base.json",
|
||||
"include": [
|
||||
"packages/**/*",
|
||||
"apps/**/*",
|
||||
|
||||
Reference in New Issue
Block a user