File: /var/www/vhosts/textpony-prod.2amigos.us/docroot/tsconfig.base.json
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2017", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@api/*": ["apps/api/src/*"],
"@panel/*": ["apps/panel/src/*"],
"@textpony/data": ["libs/data/src/index.ts"],
"@textpony/interface": ["libs/interface/src/index.ts"],
"@textpony/theme": ["libs/theme/src/index.ts"],
"@textpony/utils": ["libs/utils/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
}