This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
next-deploy/packages/aws-domain/tsconfig.build.json

9 lines
180 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true,
"outDir": "dist"
},
"include": ["./src/", "../../.d.ts"]
}