mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
28 lines
740 B
JSON
28 lines
740 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "bundler",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"lib": ["ES2022", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"paths": {
|
|
"@ema-platform/shared": ["libs/shared/src/index.ts"],
|
|
"@ema-platform/ui": ["libs/ui/src/index.ts"],
|
|
"@ema-platform/api": ["libs/api/src/index.ts"],
|
|
"@ema-platform/auth": ["libs/auth/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|