js-logging/tsconfig.json

14 lines
210 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
2025-01-02 17:01:39 -06:00
"target": "es2016",
"declaration": true,
"outDir": "./dist",
2023-05-29 18:59:43 -05:00
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}