mirror of
https://github.com/dzeiocom/libs.git
synced 2025-05-21 08:40:00 +00:00
15 lines
200 B
JSON
15 lines
200 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"files": [
|
|
"src/Logger.ts"
|
|
]
|
|
}
|