js-logging/tsconfig.json

14 lines
207 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"declaration": true,
"outDir": "./dist",
2023-05-29 23:59:43 +00:00
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}