harb/harb-lib/tsconfig.json

11 lines
163 B
JSON
Raw Normal View History

2024-04-03 21:43:12 +02:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es2020",
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}