mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
31 lines
979 B
JSON
31 lines
979 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2020", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/artboard/*": ["apps/artboard/src/*"],
|
|
"@/client/*": ["apps/client/src/*"],
|
|
"@/server/*": ["apps/server/src/*"],
|
|
"@reactive-resume/dto": ["libs/dto/src/index.ts"],
|
|
"@reactive-resume/hooks": ["libs/hooks/src/index.ts"],
|
|
"@reactive-resume/parser": ["libs/parser/src/index.ts"],
|
|
"@reactive-resume/schema": ["libs/schema/src/index.ts"],
|
|
"@reactive-resume/ui": ["libs/ui/src/index.ts"],
|
|
"@reactive-resume/utils": ["libs/utils/src/index.ts"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist", "tmp", ".nx"]
|
|
}
|