Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/snippets/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"noEmit": true
}
}
4 changes: 2 additions & 2 deletions layers/bin/layers.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env node
import 'source-map-support/register';
import { App } from 'aws-cdk-lib';
import { CanaryStack } from 'layers/src/canary-stack';
import { LayerPublisherStack } from '../src/layer-publisher-stack';
import { CanaryStack } from '../src/canary-stack.js';
import { LayerPublisherStack } from '../src/layer-publisher-stack.js';

const SSM_PARAM_LAYER_ARN = '/layers/powertools-layer-arn';

Expand Down
1 change: 0 additions & 1 deletion packages/batch/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/commons/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/event-handler/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/idempotency/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/jmespath/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json"
Expand Down
1 change: 0 additions & 1 deletion packages/kafka/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/logger/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/metrics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/parameters/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/parser/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/testing/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/tracer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion packages/validation/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "./lib/esm",
"rootDir": "./src",
"tsBuildInfoFile": ".tsbuildinfo/esm.json",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"experimentalDecorators": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"baseUrl": ".",
// "traceResolution": true, // Enable this to debug module resolution issues
"declaration": true,
"removeComments": false,
Expand Down