obj-console
Version:
Shows JS objects in terminal with custom format in VSCode colors
22 lines (21 loc) • 528 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"declaration": false,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts", "src/tests", "src/main.ts"]
}