30 lines
820 B
JSON
30 lines
820 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "bundler",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2020", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@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"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|