Files
backstage/packages/cli/tsconfig.build.json
T
2020-05-18 00:19:27 +02:00

12 lines
231 B
JSON

{
"extends": "./config/tsconfig.json",
"include": ["src"],
"exclude": ["**/*.test.*"],
"compilerOptions": {
"outDir": "dist",
"emitDeclarationOnly": false,
"removeComments": true,
"module": "CommonJS"
}
}