Skip to content

Commit 8a518cc

Browse files
committed
chore: tsconfig docs
1 parent 161a28c commit 8a518cc

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

docs/snippets/tsconfig.json

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
{
2+
"extends": "../../tsconfig.json",
23
"compilerOptions": {
3-
"experimentalDecorators": true,
4-
"noImplicitAny": true,
5-
"target": "ES2020",
6-
"module": "commonjs",
7-
"declaration": true,
8-
"declarationMap": true,
9-
"outDir": "lib",
10-
"removeComments": false,
11-
"strict": true,
12-
"inlineSourceMap": true,
13-
"moduleResolution": "node",
14-
"resolveJsonModule": true,
15-
"pretty": true,
16-
"esModuleInterop": true,
17-
"allowJs": true,
4+
"rootDir": "./",
185
"baseUrl": ".",
6+
"noEmit": true,
197
"paths": {
208
"@aws-lambda-powertools/parameters/ssm": [
219
"../../packages/parameters/lib/ssm"
@@ -41,13 +29,5 @@
4129
],
4230
"@aws-lambda-powertools/batch": ["../../packages/batch/lib"]
4331
}
44-
},
45-
"exclude": ["./node_modules"],
46-
"watchOptions": {
47-
"watchFile": "useFsEvents",
48-
"watchDirectory": "useFsEvents",
49-
"fallbackPolling": "dynamicPriority"
50-
},
51-
"lib": ["ES2020"],
52-
"types": ["node"]
32+
}
5333
}

0 commit comments

Comments
 (0)