Luncher/api/tsconfig.json

9 lines
133 B
JSON

{
"compilerOptions": {
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}