2025-03-13 00:50:45 +07:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
2025-03-13 02:03:13 +07:00
|
|
|
"moduleResolution": "bundler",
|
2025-03-13 00:50:45 +07:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "es2015",
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"lib": ["es2020", "dom"],
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
|
"baseUrl": ".",
|
2025-03-13 02:03:13 +07:00
|
|
|
"paths": {
|
2025-03-19 23:38:42 +07:00
|
|
|
"@imphnen-frontend-service/service": ["libs/service/src/index.ts"],
|
2025-04-27 09:31:24 +07:00
|
|
|
"@imphnen-frontend-service/shadcn-ui/atoms": ["libs/shadcn-ui/src/atoms/index.ts"],
|
2025-03-13 02:03:13 +07:00
|
|
|
"@imphnen-frontend-service/ui/atoms": ["libs/ui/src/atoms/index.ts"],
|
|
|
|
|
"@imphnen-frontend-service/ui/molecules": [
|
|
|
|
|
"libs/ui/src/molecules/index.ts"
|
|
|
|
|
],
|
|
|
|
|
"@imphnen-frontend-service/ui/organisms": [
|
|
|
|
|
"libs/ui/src/organisms/index.ts"
|
|
|
|
|
],
|
|
|
|
|
"@imphnen-frontend-service/utils": ["libs/utils/src/index.ts"]
|
|
|
|
|
}
|
2025-03-13 00:50:45 +07:00
|
|
|
},
|
|
|
|
|
"exclude": ["node_modules", "tmp"]
|
|
|
|
|
}
|